From 36649e0150fa7be91040b9d74009ccc085f8a363 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 29 Nov 2015 21:50:59 -0800 Subject: Spelling and grammar fixes --- modules/modhelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/modhelp.py') diff --git a/modules/modhelp.py b/modules/modhelp.py index 2210030ecd6..7c96f27fee1 100755 --- a/modules/modhelp.py +++ b/modules/modhelp.py @@ -121,7 +121,7 @@ def main(): initp = subp.add_parser('init', help='create a test module from a template') initp.add_argument('module', help='name of the new module') initp.add_argument('-f', '--fun', default='fun', - help='overide name of the default function') + help='override name of the default function') initp.set_defaults(func=cmd_init) args = mainp.parse_args() -- cgit v1.2.1