spelling: identifier

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

View File

@@ -1714,7 +1714,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
/**
* Gets all tags with specified type id.
*
* @param tagId Identificator of tag type
* @param tagId Identifier of tag type
* @return List of tags
*/
public List<Tag> getTagData(int tagId) {