diff options
author | akuchling <> | 2007-05-04 13:48:19 +0000 |
---|---|---|
committer | akuchling <> | 2007-05-04 13:48:19 +0000 |
commit | 344fd1f929a21f9a9783620aef50ce105754a20c (patch) | |
tree | 0e52983694e5b39dc61b88264e7f42a4c036cc71 | |
parent | ac3ea676aa380d2b2214f272ddafdadb19ab2a4d (diff) | |
download | mailman2-344fd1f929a21f9a9783620aef50ce105754a20c.tar.gz mailman2-344fd1f929a21f9a9783620aef50ce105754a20c.tar.xz mailman2-344fd1f929a21f9a9783620aef50ce105754a20c.zip |
Fix comment typo (also, test my commit privileges)
-rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 6a57f527..ae33c857 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -328,7 +328,7 @@ ARCHIVER_ALLOWABLE_SANE_DATE_SKEW = days(15) # in the archives too. ARCHIVER_OBSCURES_EMAILADDRS = Yes -# Pipermail assumes that messages bodies contain US-ASCII text. +# Pipermail assumes that message bodies contain US-ASCII text. # Change this option to define a different character set to be used as # the default character set for the archive. The term "character set" # is used in MIME to refer to a method of converting a sequence of |