1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 22:06:37 +02:00

Fixed stupid simple typos.

Fixed stupid simple type, changed "bot not both" to "but not both"
This commit is contained in:
Clem Morton
2019-08-18 16:46:50 -06:00
committed by GitHub
parent 03d065e952
commit fc64c0c6dd
+2 -2
View File
@@ -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