spelling: successful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:04:58 -04:00
committed by Jindra Petřík
parent b8836fc196
commit 7e0975c4b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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
}
}