spelling: successful

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent b8836fc196
commit 7e0975c4b7
3 changed files with 3 additions and 3 deletions
@@ -265,7 +265,7 @@ public class MxmlcAs3ScriptReplacer extends MxmlcRunner implements As3ScriptRepl
}
((Tag) pack.abc.parentTag).setModified(true);
pack.abc.getSwf().getAbcIndex().refreshAbc(pack.abc);
deinitReplacement(pack); //successfull finish
deinitReplacement(pack); //successful finish
}
}