diff options
author | Adam <adam@sigterm.info> | 2019-08-18 20:37:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 20:37:00 -0400 |
commit | 8f7f4b1593c8fde6144cfd785d589d0c8ef325e8 (patch) | |
tree | cd075970696d59205a04b4d0e5a08949f173c6cb | |
parent | 03d065e95299832919d61b233cfe80652f3ef3e2 (diff) | |
parent | fc64c0c6ddca38415eeb7e3a1b0bc86ed4b747e2 (diff) |
Merge pull request #244 from clem16/2.0
Fixed stupid simple typos.
-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 |