summaryrefslogtreecommitdiff
path: root/src/coremods/core_serialize_rfc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_serialize_rfc.cpp')
-rw-r--r--src/coremods/core_serialize_rfc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_serialize_rfc.cpp b/src/coremods/core_serialize_rfc.cpp
index 8604eaf9f..dcd67d49e 100644
--- a/src/coremods/core_serialize_rfc.cpp
+++ b/src/coremods/core_serialize_rfc.cpp
@@ -89,7 +89,7 @@ bool RFCSerializer::Parse(LocalUser* user, const std::string& line, ClientProtoc
while (ss.GetToken(token))
{
// Two or more tags with the same key must not be sent, but if a client violates that we accept
- // the first occurence of duplicate tags and ignore all later occurences.
+ // the first occurrence of duplicate tags and ignore all later occurrences.
//
// Another option is to reject the message entirely but there is no standard way of doing that.
const std::string::size_type p = token.find('=');