mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 19:55:45 +00:00
spelling: beginning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
611c3cd85e
commit
eeaa0719b2
@@ -126,7 +126,7 @@ public class PDFOutput {
|
||||
os.flush();
|
||||
|
||||
// we use baos to speed things up a little.
|
||||
// Also, offset is preserved, and marks the begining of this block.
|
||||
// Also, offset is preserved, and marks the beginning of this block.
|
||||
// This is required by PDF at the end of the PDF file.
|
||||
baos.reset();
|
||||
baos.write("xref\n".getBytes("UTF-8"));
|
||||
|
||||
Reference in New Issue
Block a user