✏️ fixed a typo #1314
This commit is contained in:
parent
2343d9caeb
commit
87ef3f25f2
2 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ class serializer
|
||||||
case error_handler_t::ignore:
|
case error_handler_t::ignore:
|
||||||
case error_handler_t::replace:
|
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
|
// would like to read it again, because the byte
|
||||||
// may be OK for itself, but just not OK for the
|
// may be OK for itself, but just not OK for the
|
||||||
// previous sequence
|
// previous sequence
|
||||||
|
|
|
@ -10374,7 +10374,7 @@ class serializer
|
||||||
case error_handler_t::ignore:
|
case error_handler_t::ignore:
|
||||||
case error_handler_t::replace:
|
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
|
// would like to read it again, because the byte
|
||||||
// may be OK for itself, but just not OK for the
|
// may be OK for itself, but just not OK for the
|
||||||
// previous sequence
|
// previous sequence
|
||||||
|
|
Loading…
Reference in a new issue