From 5e811fcf35fa806daab30922c6f122667d112505 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:30:48 -0400 Subject: [PATCH] spelling: landscape Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java b/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java index f5d57e54a..0940a3add 100644 --- a/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java +++ b/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java @@ -292,15 +292,15 @@ public class PDFPage extends PDFObject implements Serializable { * problems. * * @param orientation a PageFormat orientation constant: - * PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFormat.REVERSE_LANDSACPE + * PageFormat.PORTRAIT, PageFormat.LANDSCAPE or PageFormat.REVERSE_LANDSCAPE */ public void setOrientation(int orientation) { pageFormat.setOrientation(orientation); } /** - * Returns the pages orientation: PageFormat.PORTRAIT, PageFormat.LANDSACPE - * or PageFormat.REVERSE_LANDSACPE + * Returns the pages orientation: PageFormat.PORTRAIT, PageFormat.LANDSCAPE + * or PageFormat.REVERSE_LANDSCAPE * * @see java.awt.print.PageFormat * @return current orientation of the page