]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/clientprotocol.h
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / include / clientprotocol.h
index e0ac78a88e1b5f75c2a33cf7e1ef5f18127866cc..16f08a6f6a010e10ef9f65cde810bae405cb312a 100644 (file)
@@ -700,7 +700,7 @@ class CoreExport ClientProtocol::Serializer : public DataProvider
         * @param tagname Name of the tag.
         * @param tagvalue Tag value, may be empty.
         * @param tags TagMap to place the tag into, if it gets accepted.
-        * @return True if no error occured, false if the tag name is invalid or if this tag already exists.
+        * @return True if no error occurred, false if the tag name is invalid or if this tag already exists.
         */
        bool HandleTag(LocalUser* user, const std::string& tagname, std::string& tagvalue, TagMap& tags) const;