diff options
| author | klm | 1998-12-17 20:50:21 +0000 |
|---|---|---|
| committer | klm | 1998-12-17 20:50:21 +0000 |
| commit | 2cb381ad83f43e7cfca44cd14144bd100f277990 (patch) | |
| tree | 3a1d935a1e0b96ff70b5c3faa65b1d1ad4457e45 /Mailman/Defaults.py.in | |
| parent | 59c1cd72892f34f42e9ebda3752a046d2f7c21c7 (diff) | |
| download | mailman-2cb381ad83f43e7cfca44cd14144bd100f277990.tar.gz mailman-2cb381ad83f43e7cfca44cd14144bd100f277990.tar.zst mailman-2cb381ad83f43e7cfca44cd14144bd100f277990.zip | |
Correcteded "unsububscribes".
Diffstat (limited to '')
| -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 85edd2ddb..518e0dfca 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -118,7 +118,7 @@ DEFAULT_MAIL_COMMANDS_MAX_LINES = 25 # daily pending-request reminder? DEFAULT_ADMIN_IMMED_NOTIFY = 1 # -# Is admin notified of subscribes/unsububscribes? +# Is admin notified of subscribes/unsubscribes? # DEFAULT_ADMIN_NOTIFY_MCHANGES = 0 |
