diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 0cc93c8e9..dd1e5cc3c 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -3670,7 +3670,7 @@ public class CommandLineArgumentParser { } private static void replaceAS3(String asp, String as, ScriptPack pack) throws IOException, InterruptedException { - System.out.println("Replaceing: " + asp); + System.out.println("Replacing: " + asp); System.out.println("Warning: This feature is EXPERIMENTAL"); As3ScriptReplacerInterface scriptReplacer = As3ScriptReplacerFactory.createByConfig(); if (!scriptReplacer.isAvailable()) {