mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 04:14:49 +00:00
spelling: including
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
cdb43a26cf
commit
541aebcd95
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user