diff --git a/src/json.hpp b/src/json.hpp
index 91cd2a29..1f7e8dca 100644
--- a/src/json.hpp
+++ b/src/json.hpp
@@ -6564,7 +6564,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;