diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index f1fc1f8a9..94435b952 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -3750,7 +3750,7 @@ public class CommandLineArgumentParser { File imagesDir = new File(Path.combine(selFile, ImageExportSettings.EXPORT_FOLDER_NAME)); if (!imagesDir.exists()) { - System.err.println("Images directory does not exists: "+imagesDir.getAbsolutePath()); + System.err.println("Images directory does not exist: "+imagesDir.getAbsolutePath()); System.exit(1); } ImageImporter imageImporter = new ImageImporter();