--- old/src/java.desktop/share/classes/java/awt/print/PageFormat.java 2014-08-21 20:51:41.661069100 +0400 +++ new/src/java.desktop/share/classes/java/awt/print/PageFormat.java 2014-08-21 20:51:41.460057700 +0400 @@ -71,7 +71,7 @@ /** * 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;