spelling: beginning

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:38:47 -04:00
committed by Jindra Petřík
parent 611c3cd85e
commit eeaa0719b2
3 changed files with 4 additions and 4 deletions

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"));