typo fix in comment

This commit is contained in:
honfika@gmail.com
2015-03-31 16:20:17 +02:00
parent aec353f88d
commit 8ef4fb568b

View File

@@ -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.");