diff options
author | Clem Morton <clem16@users.noreply.github.com> | 2019-08-18 16:46:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 16:46:50 -0600 |
commit | fc64c0c6ddca38415eeb7e3a1b0bc86ed4b747e2 (patch) | |
tree | cd075970696d59205a04b4d0e5a08949f173c6cb /data | |
parent | 03d065e95299832919d61b233cfe80652f3ef3e2 (diff) |
Fixed stupid simple typos.
Fixed stupid simple type, changed "bot not both" to "but not both"
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index e13ecc42b..aae45ff12 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -550,7 +550,7 @@ module { name = "m_sasl" } * This module provides SSL services to Anope using GnuTLS, for example to * connect to the uplink server(s) via SSL. * - * You may only load either m_ssl_gnutls or m_ssl_openssl, bot not both. + * You may only load either m_ssl_gnutls or m_ssl_openssl, but not both. */ #module { @@ -588,7 +588,7 @@ module { name = "m_sasl" } * This module provides SSL services to Anope using OpenSSL, for example to * connect to the uplink server(s) via SSL. * - * You may only load either m_ssl_openssl or m_ssl_gnutls, bot not both. + * You may only load either m_ssl_openssl or m_ssl_gnutls, but not both. * */ #module |