From f09e8af52b32365de60f6cad6215c024c7d6035f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Nov 2010 09:40:18 +0100 Subject: Fix typo in comment. --- mailman/mklist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman') 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; -- cgit v1.2.3