spelling: should

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:05:08 -04:00
committed by Jindra Petřík
parent 95dfac7cc5
commit 8abcb1ebcd

View File

@@ -80,7 +80,7 @@ public class ImageImporter extends TagImporter {
if (tagType == 0) {
if (it instanceof DefineBitsTag) {
// DefineBits tag shoud be imported as DefineBitsJPEG2 tag
// DefineBits tag should be imported as DefineBitsJPEG2 tag
tagType = DefineBitsJPEG2Tag.ID;
} else {
tagType = it.getId();