fixed typo

This commit is contained in:
age 2008-01-14 21:48:45 +00:00
parent f50f5b69d0
commit 640cfd1b3f
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ if __name__ == "__main__":
sys.exit(0)
else:
sys.exit(1)
except OSErrror, errstr:
except OSError, errstr:
sys.stderr.write("Execution failed: %s\n" % errstr)
sys.exit(101)
except "WrongArguments", errstr: