ci: fix codespell errors

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin 2023-11-21 12:02:31 -08:00
parent 41938f14b6
commit e076c11e22
6 changed files with 6 additions and 6 deletions

View file

@ -365,7 +365,7 @@ def pb2dict(pb, pretty=False, is_hex=False):
def _dict2pb_cast(field, value):
# Not considering TYPE_MESSAGE here, as repeated
# and non-repeated messages need special treatment
# in this case, and are hadled separately.
# in this case, and are handled separately.
if field.type == FD.TYPE_BYTES:
return get_bytes_dec(field)(value)
elif field.type == FD.TYPE_ENUM: