Fix spelling mistakes. Bugfix candidates.

This commit is contained in:
Neal Norwitz 2002-01-29 00:53:41 +00:00
parent 4fd5a06580
commit 2a47c0fa23
4 changed files with 6 additions and 6 deletions

View file

@ -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"