spelling: beginning

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 611c3cd85e
commit eeaa0719b2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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"));