diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:16 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:16 +0000 |
commit | 7ce9b184603330386bf29ba21b56cf846616c217 (patch) | |
tree | 88ce75609b271ab2fcd5b9d751fbc15eea7b5898 /Python/sysmodule.c | |
parent | 351e1a3e8805bca158d1f116a637e787e2b70f18 (diff) | |
download | cpython-git-7ce9b184603330386bf29ba21b56cf846616c217.tar.gz |
Typo fixes
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index cbdda18cf9..bbcd9578f9 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"}, |