summaryrefslogtreecommitdiff
path: root/examples/pirate.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pirate.py')
-rwxr-xr-xexamples/pirate.py2
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