diff options
Diffstat (limited to 'include/clientprotocol.h')
-rw-r--r-- | include/clientprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h index e0ac78a88..16f08a6f6 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -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; |