spelling: including

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:27:10 -04:00
committed by Jindra Petřík
parent cdb43a26cf
commit 541aebcd95
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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