]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ssl_gnutls.cpp
PROPAGATE this fix
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
index 91e1fae0f2676bfaf8ac4796229be28e6e812eaf..477113543b575e8a0523d38cc47d6b3b2bb45bac 100644 (file)
@@ -654,7 +654,7 @@ class ModuleSSLGnuTLS : public Module
        virtual void OnPostConnect(userrec* user)
        {
                // This occurs AFTER OnUserConnect so we can be sure the
-               // protocol module has propogated the NICK message.
+               // protocol module has propagated the NICK message.
                if ((user->GetExt("ssl", dummy)) && (IS_LOCAL(user)))
                {
                        // Tell whatever protocol module we're using that we need to inform other servers of this metadata NOW.