X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcommand_parse.h;h=ec5ebba485ad1f02c82f15f559c96ff54d603024;hb=e6db1df5a657ea0603e1ec0b1ea9b056264d470f;hp=0f39d35860f3ec7415372fadb7eb5bfd2e625882;hpb=97faccd6c5edd79590c1390e642bd3c34e519e0a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/command_parse.h b/include/command_parse.h index 0f39d3586..ec5ebba48 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -30,7 +30,7 @@ class CoreExport CommandParser { public: - typedef TR1NS::unordered_map CommandMap; + typedef TR1NS::unordered_map CommandMap; private: /** Process a command from a user. @@ -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. *