From fc64c0c6ddca38415eeb7e3a1b0bc86ed4b747e2 Mon Sep 17 00:00:00 2001 From: Clem Morton Date: Sun, 18 Aug 2019 16:46:50 -0600 Subject: [PATCH] Fixed stupid simple typos. Fixed stupid simple type, changed "bot not both" to "but not both" --- data/modules.example.conf | 4 ++-- 1 file 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