From a9e1cbb9a574276dca487ccfcf7047adda5db56e Mon Sep 17 00:00:00 2001 From: "shamprasad.ps" Date: Fri, 22 Dec 2017 10:23:39 -0700 Subject: [PATCH] Changing to typo introduced --- src/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;