]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/ssl.h
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / include / modules / ssl.h
index 01e08b2e24a0fb55d1d48cbee4bef527f00ee5ec..017502fa90eec67ec5c227e7ae9f001894c8bd90 100644 (file)
@@ -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.
  */