]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
spanningtree: use bindip aftype as a hint for dns lookup type
[user/henk/code/inspircd.git] / include / command_parse.h
index 0f39d35860f3ec7415372fadb7eb5bfd2e625882..c3d67af23906c447f45fa704eb862416d02083da 100644 (file)
@@ -85,7 +85,7 @@ class CoreExport CommandParser
         * With one list it is much simpler, and is used in NAMES, WHOIS, PRIVMSG etc.
         *
         * If there is only one list and there are duplicates in it, then the command handler is only called for
-        * unique items. Entries are compared using "irc comparision" (see irc::string).
+        * unique items. Entries are compared using "irc comparison".
         * If the usemax parameter is true (the default) the function only parses until it reaches
         * ServerInstance->Config->MaxTargets number of targets, to stop abuse via spam.
         *