From 64859c22476e43aacc29dfa391f8ef9b2e598629 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:20:53 -0400 Subject: [PATCH] spelling: format Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/avi/src/org/monte/media/Registry.java | 2 +- libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/avi/src/org/monte/media/Registry.java b/libsrc/avi/src/org/monte/media/Registry.java index e0f660a93..ee6894be9 100644 --- a/libsrc/avi/src/org/monte/media/Registry.java +++ b/libsrc/avi/src/org/monte/media/Registry.java @@ -114,7 +114,7 @@ public abstract class Registry { } /** - * Gets the first codec which can encode the specified foramt. + * Gets the first codec which can encode the specified format. * * @param outputFormat The output format. * @return A codec. Returns null if no codec was found. diff --git a/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java b/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java index b3bd7e67f..f5d57e54a 100644 --- a/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java +++ b/libsrc/gnujpdf/src/gnu/jpdf/PDFPage.java @@ -292,7 +292,7 @@ public class PDFPage extends PDFObject implements Serializable { * problems. * * @param orientation a PageFormat orientation constant: - * PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFromat.REVERSE_LANDSACPE + * PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFormat.REVERSE_LANDSACPE */ public void setOrientation(int orientation) { pageFormat.setOrientation(orientation); @@ -300,7 +300,7 @@ public class PDFPage extends PDFObject implements Serializable { /** * Returns the pages orientation: PageFormat.PORTRAIT, PageFormat.LANDSACPE - * or PageFromat.REVERSE_LANDSACPE + * or PageFormat.REVERSE_LANDSACPE * * @see java.awt.print.PageFormat * @return current orientation of the page