diff options
Diffstat (limited to 'Mailman/Defaults.py.in')
| -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 305ea54c5..bbc63b3e0 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -369,7 +369,7 @@ SMTP_MAX_RCPTS = 500 # consecutive sessions. SMTP_MAX_SESSIONS_PER_CONNECTION = 0 -# Maximum number of simulatenous subthreads that will be used for SMTP +# Maximum number of simultaneous subthreads that will be used for SMTP # delivery. After the recipients list is chunked according to SMTP_MAX_RCPTS, # each chunk is handed off to the smptd by a separate such thread. If your # Python interpreter was not built for threads, this feature is disabled. You |
