]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alias.cpp
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
index d3857a82e00079672ff9ea3a85a2df8f003c0b97..df7add05cc93112da3c05f014b6a8c9095e3359c 100644 (file)
@@ -166,7 +166,7 @@ class ModuleAlias : public Module
 
        ModResult OnPreCommand(std::string& command, CommandBase::Params& parameters, LocalUser* user, bool validated) CXX11_OVERRIDE
        {
-               /* If theyre not registered yet, we dont want
+               /* If they're not registered yet, we dont want
                 * to know.
                 */
                if (user->registered != REG_ALL)