Update CommandLineArgumentParser.java

This commit is contained in:
AhmedAhmedEG
2022-09-28 20:00:59 +02:00
committed by Jindra Petřík
parent 38ec145e86
commit 0673974a24

View File

@@ -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()) {