1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 21:13:12 +02:00

Merge pull request #244 from clem16/2.0

Fixed stupid simple typos.
This commit is contained in:
Adam
2019-08-18 20:37:00 -04:00
committed by GitHub
+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