summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-01-04 06:40:19 +0000
committerbwarsaw2002-01-04 06:40:19 +0000
commit78ab590987f7250a2185626a2be0b4636062cab7 (patch)
tree6893973e0747b29f4a352686bd4459b0ef0a47e0
parent23ce186d5090cdd52d43c68f844b4060ebeb15cd (diff)
downloadmailman-78ab590987f7250a2185626a2be0b4636062cab7.tar.gz
mailman-78ab590987f7250a2185626a2be0b4636062cab7.tar.zst
mailman-78ab590987f7250a2185626a2be0b4636062cab7.zip
Fix typo found by Dan Mick.
-rw-r--r--misc/mailman.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mailman.in b/misc/mailman.in
index f941e075a..a369733b0 100644
--- a/misc/mailman.in
+++ b/misc/mailman.in
@@ -2,7 +2,7 @@
#
# mailman This shell script that starts and stops GNU Mailman.
#
-# Copyright (C) 2001 by the Free Software Foundation, Inc.
+# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -41,7 +41,7 @@ case "$1" in
;;
'restart')
- $PYTHON $MAIMLANCTL -q restart
+ $PYTHON $MAILMANCTL -q restart
;;
esac