summaryrefslogtreecommitdiff
path: root/modules/modhelp.py
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-11-29 21:50:59 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-11-29 21:52:17 -0800
commit36649e0150fa7be91040b9d74009ccc085f8a363 (patch)
treedc4b50ef757c194423c72352b8a21e8936441713 /modules/modhelp.py
parent50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff)
downloademacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz
Spelling and grammar fixes
Diffstat (limited to 'modules/modhelp.py')
-rwxr-xr-xmodules/modhelp.py2
1 files changed, 1 insertions, 1 deletions
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()