diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-29 18:33:07 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-29 18:33:07 +0100 |
commit | 504caa8ca9fd28cce112c929b523a6263e563f18 (patch) | |
tree | d700121815fcec0a66ae2618d76b3b4a45ed9d20 /include | |
parent | 3366ace0a3fbaf7b8a603c0550382c35709bfe1f (diff) |
Fix typo in doc and remove some whitespace
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index b61ef8031..86853a94f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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); |