diff options
| -rw-r--r-- | Mailman/Handlers/Hold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index a2e9e3486..00a5fff8f 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -74,7 +74,7 @@ not allowed. Try reposting your message by explicitly including the list address in the To: or Cc: fields.''' class Administrivia(HandlerAPI.MessageHeld): - "Message may contain adbministrivia" + "Message may contain administrivia" def rejection_notice(self, mlist): return """Please do *not* post administrative requests to the mailing |
