summaryrefslogtreecommitdiff
path: root/mailman
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-11-11 09:40:18 +0100
committerJonas Smedegaard <dr@jones.dk>2010-11-11 09:40:18 +0100
commitf09e8af52b32365de60f6cad6215c024c7d6035f (patch)
treef946a9ae7e0aabd9925f23ae8e6437fd5201868d /mailman
parent1d0139d9ab55d12e281da5fe5fc6a7e862f2a3ae (diff)
Fix typo in comment.
Diffstat (limited to 'mailman')
-rwxr-xr-xmailman/mklist.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/mklist.pl b/mailman/mklist.pl
index 847234b..8d3936b 100755
--- a/mailman/mklist.pl
+++ b/mailman/mklist.pl
@@ -22,7 +22,7 @@ $senderfilter ||= $ENV{'SENDERFILTER'} or die "SENDERFILTER missing";
$listowner ||= $ENV{'LISTOWNER'} or die "LISTOWNER missing";
while (<>) {
- # Replace keywords - execept in comments
+ # Replace keywords - except in comments
s/^([^#]*)LISTNAME/$1$listname/g;
s/^([^#]*)LISTDESC/$1$listdesc/g;
s/^([^#]*)LISTHOST/$1$listhost/g;