From 8ef4fb568b517aca0cb96f41ec56285bfa8b7964 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Tue, 31 Mar 2015 16:20:17 +0200 Subject: [PATCH] typo fix in comment --- .../decompiler/flash/console/CommandLineArgumentParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index d52be2625..0c5a09d63 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -980,7 +980,7 @@ public class CommandLineArgumentParser { } }); - // First check all the specified eport formats + // First check all the specified export formats for (String exportFormat : exportFormats) { if (Arrays.asList(removedExportFormats).contains(exportFormat)) { System.err.println("Error: Export format : " + exportFormat + " was REMOVED. Run application with --help parameter to see available formats.");