mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 05:26:09 +00:00
spelling: successful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
b8836fc196
commit
7e0975c4b7
@@ -1 +1 @@
|
||||
These archives are tools needed for successfull CICD build on GitHub.
|
||||
These archives are tools needed for successful CICD build on GitHub.
|
||||
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -282,7 +282,7 @@ public class ReflectUtils {
|
||||
* implements.
|
||||
* <b>This is still not very efficient and should only be called if
|
||||
* performance is not of an issue.</b>
|
||||
* You can check the return value to see if the call was seuccessful or
|
||||
* You can check the return value to see if the call was successful or
|
||||
* not.
|
||||
* @param obj Object to receive the call
|
||||
* @param property property name (without set. First letter will be
|
||||
|
||||
Reference in New Issue
Block a user