diff --git a/libsrc/gnujpdf/src/gnu/jpdf/PDFOutput.java b/libsrc/gnujpdf/src/gnu/jpdf/PDFOutput.java index 036642596..ac719a84a 100644 --- a/libsrc/gnujpdf/src/gnu/jpdf/PDFOutput.java +++ b/libsrc/gnujpdf/src/gnu/jpdf/PDFOutput.java @@ -98,7 +98,7 @@ public class PDFOutput { /** * This method writes a PDFObject to the stream. * - * @param ob PDFObject Obeject to write + * @param ob PDFObject Object to write * @exception IOException on error */ protected void write(PDFObject ob) throws IOException {