We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fc334 commit 598e179Copy full SHA for 598e179
filetype/types/image.py
@@ -81,7 +81,7 @@ def match(self, buf):
81
elif (chunk_type == "acTL"):
82
return 1
83
84
- #move to the next chank by skipping data and crc (4 bytes)
+ #move to the next chunk by skipping data and crc (4 bytes)
85
i += data_length + 4
86
return 0
87
else:
0 commit comments