summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mod-test/mod-test.c2
-rwxr-xr-xmodules/modhelp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod-test/mod-test.c b/modules/mod-test/mod-test.c
index b0c535cdd72..184c737652a 100644
--- a/modules/mod-test/mod-test.c
+++ b/modules/mod-test/mod-test.c
@@ -116,7 +116,7 @@ Fmod_test_non_local_exit_funcall (emacs_env *env, ptrdiff_t nargs,
}
-/* Return a global referrence. */
+/* Return a global reference. */
static emacs_value
Fmod_test_globref_make (emacs_env *env, ptrdiff_t nargs, emacs_value args[],
void *data)
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()