src/java.desktop/share/classes/java/awt/RenderingHints.java

Print this page

        

@@ -668,11 +668,11 @@
      * Implicitly images are defined to provide color samples at
      * integer coordinate locations.
      * When images are rendered upright with no scaling onto a
      * destination, the choice of which image pixels map to which
      * device pixels is obvious and the samples at the integer
-     * coordinate locations in the image are transfered to the
+     * coordinate locations in the image are transferred to the
      * pixels at the corresponding integer locations on the device
      * pixel grid one for one.
      * When images are rendered in a scaled, rotated, or otherwise
      * transformed coordinate system, then the mapping of device
      * pixel coordinates back to the image can raise the question

@@ -1165,11 +1165,11 @@
         return hintmap.keySet();
     }
 
     /**
      * Returns a <code>Collection</code> view of the values
-     * contained in this <code>RenderinHints</code>.
+     * contained in this <code>RenderingHints</code>.
      * The <code>Collection</code> is backed by the
      * <code>RenderingHints</code>, so changes to
      * the <code>RenderingHints</code> are reflected in
      * the <code>Collection</code>, and vice-versa.
      * If the <code>RenderingHints</code> is modified while