summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:40:56 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:40:56 -0400
commit8c1e01886853471d8dadd473f491f310937b01d0 (patch)
treef41bf6a8699495575640d0d8fda37d45d0e4d056 /examples/example.py
parent8b0505c5ccdc7516572afe1426d82666f97232af (diff)
downloadcmd2-git-8c1e01886853471d8dadd473f491f310937b01d0.tar.gz
Mostly fix a bunch of spelling mistakes.
A few other miscellaneous minor tweaks for whitespace and such.
Diffstat (limited to 'examples/example.py')
-rwxr-xr-xexamples/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.py b/examples/example.py
index f39be5de..cb4aba04 100755
--- a/examples/example.py
+++ b/examples/example.py
@@ -2,7 +2,7 @@
# coding=utf-8
"""A sample application for cmd2.
-Thanks to cmd2's built-in transtript testing capability, it also serves as a test suite for example.py when used with
+Thanks to cmd2's built-in transcript testing capability, it also serves as a test suite for example.py when used with
the exampleSession.txt transcript.
Running `python example.py -t exampleSession.txt` will run all the commands in the transcript against example.py,