diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-03-06 12:34:18 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-03-06 12:34:18 -0800 |
commit | 94a83e81638064e6d70fafe02a9b14b8866635e3 (patch) | |
tree | 3a06cd562bd4b03c0f470a2dbe15250a9a73f540 /Mailman/Defaults.py.in | |
parent | 956a56fbded78f34ea06e561de5930463e94098b (diff) | |
download | mailman2-94a83e81638064e6d70fafe02a9b14b8866635e3.tar.gz mailman2-94a83e81638064e6d70fafe02a9b14b8866635e3.tar.xz mailman2-94a83e81638064e6d70fafe02a9b14b8866635e3.zip |
Fixed a long standing typo.
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index fb2b26b6..6ad5d7ab 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1,6 +1,6 @@ # -*- python -*- -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2017 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -185,7 +185,7 @@ VIRTUAL_HOST_OVERVIEW = On # omitted it defaults to urlhost with the first name stripped off, e.g. # # add_virtualhost('www.dom.ain') -# VIRTUAL_HOST['www.dom.ain'] +# VIRTUAL_HOSTS['www.dom.ain'] # ==> 'dom.ain' # def add_virtualhost(urlhost, emailhost=None): |