]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/commands.h
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / commands.h
index 2e280f14fea1b769a0fcbae017ce4cb1b6615e78..a1a44daf53580c47bf09a2e4cf65508f892a60cc 100644 (file)
@@ -139,7 +139,7 @@ class FwdFJoinBuilder;
 class CommandFJoin : public ServerCommand
 {
        /** Remove all modes from a channel, including statusmodes (+qaovh etc), simplemodes, parameter modes.
-        * This does not update the timestamp of the target channel, this must be done seperately.
+        * This does not update the timestamp of the target channel, this must be done separately.
         */
        static void RemoveStatus(Channel* c);