diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java index 39b472980..a1210f068 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java @@ -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();