mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +03:00
Update Tests/test_file_jpeg2k.py fix spelling error
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
d55563ca25
commit
b00bde9771
|
@ -396,7 +396,7 @@ def test_plt_marker():
|
|||
while True:
|
||||
box_bytes = out.read(2)
|
||||
if len(box_bytes) == 0:
|
||||
# End of steam encounterd and no PLT or SOD
|
||||
# End of steam encountered and no PLT or SOD
|
||||
break
|
||||
jp2_boxid = struct.unpack(">H", box_bytes)[0]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user