From 6d91ce179d255e1d79dbf06e68fdcbf01f870065 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:58:57 -0400 Subject: [PATCH] spelling: qualified Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../flash/abc/avm2/parser/script/UnresolvedAVM2Item.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java index aefb89019..50692ffe4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java @@ -554,7 +554,7 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item { } } - //Search all fully qualitfied types + //Search all fully qualified types if (!isProperty) { for (int i = 0; i < name.size(); i++) { DottedChain fname = name.subChain(i + 1);