diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-13 21:59:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 21:59:59 -0400 |
commit | 1416181381a4b5491eac93bd1b07148be28809e9 (patch) | |
tree | 7fbf04f29ec1ae69cf9b7e480e089aa7864c1a2d /examples/pirate.py | |
parent | 8b0505c5ccdc7516572afe1426d82666f97232af (diff) | |
parent | 70b915f387653c78de1cf978742f21867e13d235 (diff) | |
download | cmd2-git-1416181381a4b5491eac93bd1b07148be28809e9.tar.gz |
Merge pull request #77 from python-cmd2/spelling
Spelling Fixes and Disable Mac OS X builds on Travis CI
Diffstat (limited to 'examples/pirate.py')
-rwxr-xr-x | examples/pirate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pirate.py b/examples/pirate.py index 03745ed4..4fd7e6be 100755 --- a/examples/pirate.py +++ b/examples/pirate.py @@ -62,7 +62,7 @@ class Pirate(Cmd): self.gold -= 1 def do_quit(self, arg): - """Quit the applicaiton gracefully.""" + """Quit the application gracefully.""" print("Quiterrr!") return True |