fix a few comment typos

This commit is contained in:
Mike Nolta
2015-12-20 20:15:02 -05:00
parent c3aaf005e2
commit 61f07b0c4d
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ def main():
sys.stderr.write('\n')
tty.die("Keyboard interrupt.")
# Allow commands to return values if they want to exit with some ohter code.
# Allow commands to return values if they want to exit with some other code.
if return_val is None:
sys.exit(0)
elif isinstance(return_val, int):