From 541aebcd9502931bff5ac1fe93bfeaa79fa614fe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:27:10 -0400 Subject: [PATCH] spelling: including Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java | 2 +- .../flash/abc/avm2/parser/script/ActionScript3Parser.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index f151fb415..88d1f4f02 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -2451,7 +2451,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets title of this SWF incuding parent nodes like SwfList and + * Gets title of this SWF including parent nodes like SwfList and * DefineBinaryData. * * @return Title of the SWF diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java index 30cb3e998..ac3e53e00 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java @@ -2741,7 +2741,7 @@ public class ActionScript3Parser { } /*else if (isUse) { - //Note: in this case, fullName attribute will be changed to real NS insude NamespaceItem + //Note: in this case, fullName attribute will be changed to real NS including NamespaceItem openedNamespaces.add(new NamespaceItem(fullName, Namespace.KIND_NAMESPACE)); } else */ if (isStar) {