spelling: including

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent cdb43a26cf
commit 541aebcd95
2 changed files with 2 additions and 2 deletions
@@ -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) {