summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-01-15 01:29:16 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-01-15 01:29:16 (GMT)
commit7ce9b184603330386bf29ba21b56cf846616c217 (patch)
tree88ce75609b271ab2fcd5b9d751fbc15eea7b5898 /Python
parent351e1a3e8805bca158d1f116a637e787e2b70f18 (diff)
downloadcpython-7ce9b184603330386bf29ba21b56cf846616c217.zip
cpython-7ce9b184603330386bf29ba21b56cf846616c217.tar.gz
cpython-7ce9b184603330386bf29ba21b56cf846616c217.tar.bz2
Typo fixes
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c4
1 files changed, 2 insertions, 2 deletions
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 @@ static PyStructSequence_Field flags_fields[] = {
{"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"},