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/sql.h | 2 +- include/modules/ssl.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/modules') diff --git a/include/modules/sql.h b/include/modules/sql.h index 927d54ee7..47da6f6bf 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -107,7 +107,7 @@ class SQL::Result : public classbase /** * Return the number of rows in the result. * - * Note that if you have perfomed an INSERT or UPDATE query or other + * Note that if you have performed an INSERT or UPDATE query or other * query which will not return rows, this will return the number of * affected rows. In this case you SHOULD NEVER access any of the result * set rows, as there aren't any! 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.3.1-10-gc9f91