✏️ fixed a typo #1314

This commit is contained in:
Niels Lohmann 2018-10-23 22:56:10 +02:00
parent 2343d9caeb
commit 87ef3f25f2
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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