X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c8a972b0c3082edfcca4a85562224499f75bfe9b..7d63fa01afef49ee53c742cd6b8cb86d14911fa3:/modules/modhelp.py diff --git a/modules/modhelp.py b/modules/modhelp.py index 45b849ee74..5d8f89b31b 100755 --- a/modules/modhelp.py +++ b/modules/modhelp.py @@ -2,7 +2,7 @@ # Module helper script. -# Copyright 2015 Free Software Foundation, Inc. +# Copyright 2015-2016 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -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() @@ -149,7 +149,7 @@ all: ${module}.so ${module}.doc '''), string.Template('${c_file}'): string.Template(''' -#include +#include int plugin_is_GPL_compatible;