File tree Expand file tree Collapse file tree
include/nlohmann/detail/output Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ class serializer
422422 case error_handler_t ::ignore:
423423 case error_handler_t ::replace:
424424 {
425- // in case we saw this chatacter the first time, we
425+ // in case we saw this character the first time, we
426426 // would like to read it again, because the byte
427427 // may be OK for itself, but just not OK for the
428428 // previous sequence
Original file line number Diff line number Diff line change @@ -10374,7 +10374,7 @@ class serializer
1037410374 case error_handler_t::ignore:
1037510375 case error_handler_t::replace:
1037610376 {
10377- // in case we saw this chatacter the first time, we
10377+ // in case we saw this character the first time, we
1037810378 // would like to read it again, because the byte
1037910379 // may be OK for itself, but just not OK for the
1038010380 // previous sequence
You can’t perform that action at this time.
0 commit comments