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

Print this page

        

@@ -66,11 +66,11 @@
      */
     private double mWidth;
 
     /**
      * The area of the page on which drawing will
-     * be visable. The area outside of this
+     * be visible. The area outside of this
      * rectangle but on the Page generally
      * reflects the printer's hardware margins.
      * The origin of the physical page is
      * at (0, 0) with this rectangle provided
      * in that coordinate system.