[Mailman-Developers] Another typo

Jon Parise jon@csh.rit.edu
Sun, 7 Apr 2002 16:53:09 -0400


--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

The attached patch fixes another small typo.

-- 
Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Defaults.py.in.patch"

Index: Defaults.py.in
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Defaults.py.in,v
retrieving revision 2.79
diff -u -r2.79 Defaults.py.in
--- Defaults.py.in	29 Mar 2002 19:23:04 -0000	2.79
+++ Defaults.py.in	7 Apr 2002 20:50:00 -0000
@@ -561,7 +561,7 @@
 # VERP_CONFIRM_FORMAT.
 VERP_CONFIRM_REGEXP = r'^(?P<addr>[^+]+?)\+(?P<cookie>[^@]+)@.*$'
 
-# Set this to true to enable VERP-like (more use friendly) confirmations
+# Set this to true to enable VERP-like (more user friendly) confirmations
 VERP_CONFIRMATIONS = 0
 
 

--BXVAT5kNtrzKuDFl--