spelling: characters

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:42:06 -04:00
committed by Jindra Petřík
parent 72ef722ca9
commit a000f7fdf2

View File

@@ -1859,7 +1859,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
/**
* Save file to byte array.
*
* @param includeImported Include imported characterss
* @param includeImported Include imported characters
* @return Byte array
* @throws IOException On I/O error
*/
@@ -1871,7 +1871,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
* Save file to byte array with GFX option.
*
* @param gfx GFX
* @param includeImported Include imported characterss
* @param includeImported Include imported characters
* @return Byte array
* @throws IOException On I/O error
*/