mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 17:17:34 +00:00
spelling: action
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
c87d9dda01
commit
e830839590
@@ -289,7 +289,7 @@ public class ActionScript2ModificationTest extends ActionScript2TestBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAddAtionFirst() {
|
||||
public void testAddActionFirst() {
|
||||
String actionsString
|
||||
= "ConstantPool\n"
|
||||
+ "DefineFunction \"test\", 1, \"p1\" {\n"
|
||||
@@ -316,7 +316,7 @@ public class ActionScript2ModificationTest extends ActionScript2TestBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAddAtion1() {
|
||||
public void testAddAction1() {
|
||||
String actionsString
|
||||
= "ConstantPool\n"
|
||||
+ "DefineFunction \"test\", 1, \"p1\" {\n"
|
||||
@@ -343,7 +343,7 @@ public class ActionScript2ModificationTest extends ActionScript2TestBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAddAtionToContainer() {
|
||||
public void testAddActionToContainer() {
|
||||
String actionsString
|
||||
= "ConstantPool\n"
|
||||
+ "DefineFunction \"test\", 1, \"p1\" {\n"
|
||||
|
||||
Reference in New Issue
Block a user