mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: fix codespell errors
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
41938f14b6
commit
e076c11e22
6 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue