src/java.desktop/share/classes/java/awt/print/PageFormat.java

Print this page

        

@@ -69,11 +69,11 @@
      */
     private Paper mPaper;
 
     /**
      * The orientation of the current page. This will be
-     * one of the constants: PORTRIAT, LANDSCAPE, or
+     * one of the constants: PORTRAIT, LANDSCAPE, or
      * REVERSE_LANDSCAPE,
      */
     private int mOrientation = PORTRAIT;
 
  /* Constructors */