summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index c052e023..96edb202 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -99,7 +99,7 @@ options_defined = [] # used to distinguish --options from SQL-style --comments
def options(option_list):
'''Used as a decorator and passed a list of optparse-style options,
- alters a cmd2 methodo populate its ``opts`` argument from its
+ alters a cmd2 method to populate its ``opts`` argument from its
raw text argument.
Example: transform