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:
Josh Ware 2023-01-19 22:52:41 +11:00 committed by GitHub
parent d55563ca25
commit b00bde9771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]