diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-29 00:53:41 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-29 00:53:41 (GMT) |
commit | 2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3 (patch) | |
tree | 523699ec8462b44cfe31c02754164f6534716855 /Python/compile.c | |
parent | 4fd5a06580c2b03f0252553e4024f168ea054353 (diff) | |
download | cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.zip cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.tar.gz cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.tar.bz2 |
Fix spelling mistakes. Bugfix candidates.
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index 9180832..4c68a15 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -61,7 +61,7 @@ int Py_OptimizeFlag = 0; "name '%.400s' is used prior to global declaration" #define LOCAL_GLOBAL \ -"name '%.400s' is a function paramter and declared global" +"name '%.400s' is a function parameter and declared global" #define LATE_FUTURE \ "from __future__ imports must occur at the beginning of the file" |