From 4f9abe96a4301a740d4a5fd7932550d88d60a3fc Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Tue, 21 Apr 2020 06:34:17 +0000 Subject: Fixes by misspell-fixer --- include/modules/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules/ssl.h') diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 01e08b2e2..017502fa9 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -65,7 +65,7 @@ class ssl_cert : public refcountbase return issuer; } - /** Get error string if an error has occured + /** Get error string if an error has occurred * @return The error associated with this users certificate, * or an empty string if there is no error. */ @@ -302,7 +302,7 @@ class UserCertificateAPIBase : public DataProvider } }; -/** API implemented by m_sslinfo that allows modules to retrive the TLS (SSL) certificate +/** API implemented by m_sslinfo that allows modules to retrieve the TLS (SSL) certificate * information of local and remote users. It can also be used to find out whether a * user is using TLS (SSL) or not. */ -- cgit v1.2.3