]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_dccallow.cpp
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
index e506efb971dd0bc863f9205c8ec025b70e035f49..98bcbf4cd46506083603d3fd5adb813a2907516b 100644 (file)
@@ -189,7 +189,7 @@ class CommandDccallow : public Command
                , ext(Ext)
        {
                syntax = "[(+|-)<nick> [<time>]]|[LIST|HELP]";
-               /* XXX we need to fix this so it can work with translation stuff (i.e. move +- into a seperate param */
+               /* XXX we need to fix this so it can work with translation stuff (i.e. move +- into a separate param */
        }
 
        CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE