commit | 7ce9b184603330386bf29ba21b56cf846616c217 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 15 01:29:16 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 15 01:29:16 2008 +0000 |
tree | 88ce75609b271ab2fcd5b9d751fbc15eea7b5898 | |
parent | 351e1a3e8805bca158d1f116a637e787e2b70f18 [diff] |
Typo fixes
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index cbdda18..bbcd957 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -1065,11 +1065,11 @@ {"dont_write_bytecode", "-B"}, /* {"no_user_site", "-s"}, */ {"no_site", "-S"}, - {"ingnore_environment", "-E"}, + {"ignore_environment", "-E"}, {"tabcheck", "-t or -tt"}, {"verbose", "-v"}, #ifdef RISCOS - {"ricos_wimp", "???"}, + {"riscos_wimp", "???"}, #endif /* {"unbuffered", "-u"}, */ {"unicode", "-U"},