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