diff --git a/src/json.hpp b/src/json.hpp index 9634cf502..cae1cecce 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -6578,7 +6578,7 @@ class serializer // check that the additional bytes are present assert(i + bytes < s.size()); - // to useĀ \uxxxx escaping, we first need to caluclate + // to useĀ \uxxxx escaping, we first need to calculate // the codepoint from the UTF-8 bytes int codepoint = 0;