From 87ef3f25f2bb325e96db0e4b167d63c45f682af5 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 23 Oct 2018 22:56:10 +0200 Subject: [PATCH] :pencil2: fixed a typo #1314 --- include/nlohmann/detail/output/serializer.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/detail/output/serializer.hpp b/include/nlohmann/detail/output/serializer.hpp index f1c0b051..1d107ce0 100644 --- a/include/nlohmann/detail/output/serializer.hpp +++ b/include/nlohmann/detail/output/serializer.hpp @@ -422,7 +422,7 @@ class serializer case error_handler_t::ignore: case error_handler_t::replace: { - // in case we saw this chatacter the first time, we + // in case we saw this character the first time, we // would like to read it again, because the byte // may be OK for itself, but just not OK for the // previous sequence diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 025dfeaf..be3f8417 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -10374,7 +10374,7 @@ class serializer case error_handler_t::ignore: case error_handler_t::replace: { - // in case we saw this chatacter the first time, we + // in case we saw this character the first time, we // would like to read it again, because the byte // may be OK for itself, but just not OK for the // previous sequence