From e9e4cbad795dd3486befd721a554b39c24e6e0c5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:40:53 -0400 Subject: [PATCH] spelling: case Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../decompiler/flash/action/as2/ActionScript2ClassDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java index a43fc8559..5fd42edb9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java @@ -789,7 +789,7 @@ public class ActionScript2ClassDetector { } } - if (constructor != null) { //constructor should be there always, but just in calse + if (constructor != null) { //constructor should be there always, but just in case //add constructor as trait traitsStatic.add(0, false); DirectValueActionItem classBaseName = new DirectValueActionItem(classNamePath.get(classNamePath.size() - 1));