]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix #380 on BSD make.
[user/henk/code/inspircd.git] / include / inspircd.h
index b61ef8031a1432e0edfe8fb1c43e9659991edd7f..86853a94f3cebdc41ac8381ca50a4ec8e132110b 100644 (file)
@@ -705,9 +705,9 @@ class CoreExport InspIRCd
         * @return True i the mask is valid
         */
        bool IsValidMask(const std::string &mask);
-       
+
        /** Strips all color codes from the given string
-        * @para sentence The string to strip from
+        * @param sentence The string to strip from
         */
        static void StripColor(std::string &sentence);