From 20f4a52399c5c1ee87ae57b9f082113663b20060 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 1 Sep 2018 11:50:27 -0400 Subject: Fixed spelling --- cmd2/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/parsing.py') diff --git a/cmd2/parsing.py b/cmd2/parsing.py index 875e54c9..b98f630d 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -453,7 +453,7 @@ class StatementParser: # no trailing whitespace args = line[match.end(2):].rstrip() # if the command is none that means the input was either empty - # or something wierd like '>'. args should be None if we couldn't + # or something weird like '>'. args should be None if we couldn't # parse a command if not command or not args: args = None -- cgit v1.2.1