mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 11:36:09 +00:00
typo fix in comment
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user