spelling: should

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 95dfac7cc5
commit 8abcb1ebcd
@@ -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();