summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-23 22:20:02 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-23 22:20:02 -0400
commitd333a992292ddeb40d24d82a6bef0d4ed35db37a (patch)
treedcd411aeaf05ab30f7d5cb53fe54b72517b27e38
parentc3f0794a55e10dfce37fdbd7c1e8f7c1e48cf1b3 (diff)
downloadcmd2-git-d333a992292ddeb40d24d82a6bef0d4ed35db37a.tar.gz
Fixed spelling
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 0ce6cbd1..b43ea9f1 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -3670,7 +3670,7 @@ class Cmd(cmd.Cmd):
self.decolorized_write(sys.stderr, stream.read())
self.poutput('Tests passed', color=Fore.LIGHTGREEN_EX)
else:
- # Strip off the initial trackeback which isn't particularly useful for end users
+ # Strip off the initial traceback which isn't particularly useful for end users
error_str = stream.read()
end_of_trace = error_str.find('AssertionError:')
file_offset = error_str[end_of_trace:].find('File ')