aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-07-30 06:45:08 -0700
committerEli Bendersky <eliben@gmail.com>2013-07-30 06:45:08 -0700
commitfebd20be590917df25d108cd3347da9b5a49a852 (patch)
treeef32fa6b4c789b03fd43a28d292047780048f84b /CHANGES
parent3d4f91687b3d2536718c7b21bf55215692302876 (diff)
downloadpycparser-febd20be590917df25d108cd3347da9b5a49a852.tar.gz
Fix typo in CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f613174..4c12409 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@
- A number of improvements in the handling of typedef-name ambiguities,
contributed by Sye van der Veen in GitHub issue #1:
- * Allow shawoding of types by identifiers in inner scopes.
+ * Allow shadowing of types by identifiers in inner scopes.
* Allow struct field names to reside in a separate namespace and have
the same names as types.
* Allow duplicate typedefs in some cases to mimic real compiler behavior.