summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorbwarsaw2002-04-12 15:46:14 +0000
committerbwarsaw2002-04-12 15:46:14 +0000
commitc691182be554b423d03dd6181345d6d973aa1dd5 (patch)
tree69438600972179f03af5ac51479bba66f82fbe04 /Mailman/Defaults.py.in
parent00634f326e603e06fcbb05319873dcb57f918a09 (diff)
downloadmailman-c691182be554b423d03dd6181345d6d973aa1dd5.tar.gz
mailman-c691182be554b423d03dd6181345d6d973aa1dd5.tar.zst
mailman-c691182be554b423d03dd6181345d6d973aa1dd5.zip
Typo found by Jon Parise.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index e20ef3806..ee494fff2 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -561,7 +561,7 @@ VERP_CONFIRM_FORMAT = '%(addr)s+%(cookie)s'
# 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