Skip to content

Commit 598e179

Browse files
authored
fix typo
1 parent 27fc334 commit 598e179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetype/types/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def match(self, buf):
8181
elif (chunk_type == "acTL"):
8282
return 1
8383

84-
#move to the next chank by skipping data and crc (4 bytes)
84+
#move to the next chunk by skipping data and crc (4 bytes)
8585
i += data_length + 4
8686
return 0
8787
else:

0 commit comments

Comments
 (0)