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) {