]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 6f7f666f6763b0ceaadbc6445e82a38234dc5674..28533e4bd1ce7883f6a91783efb9df398e759127 100644 (file)
@@ -138,7 +138,7 @@ void Snomask::Send(char letter, const std::string& desc, const std::string& msg)
        for (UserManager::OperList::const_iterator i = opers.begin(); i != opers.end(); ++i)
        {
                User* user = *i;
-               // IsNoticeMaskSet() returns false for opers who aren't +s, no need to check for it seperately
+               // IsNoticeMaskSet() returns false for opers who aren't +s, no need to check for it separately
                if (IS_LOCAL(user) && user->IsNoticeMaskSet(letter))
                        user->WriteNotice(finalmsg);
        }