fixed a typo #1314

parent 2343d9ca
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment