mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 18:05:29 +00:00
spelling: first
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
c854a70f6a
commit
b9d1ae5bf1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user