spelling: first

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:20:16 -04:00
committed by Jindra Petřík
parent c854a70f6a
commit b9d1ae5bf1

View File

@@ -2645,7 +2645,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
boolean uncompressed = hdr[0] == 'F' || hdr[0] == 'G'; // FWS or GFX
if (!uncompressed) {
// fisrt decompress, then compress to the given format
// first decompress, then compress to the given format
is.reset();
ByteArrayOutputStream baos = new ByteArrayOutputStream();
decompress(is, baos, false);