jdk/src/java.desktop/share/classes/java/awt/RenderingHints.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 32682 6f1200d8999d
--- a/jdk/src/java.desktop/share/classes/java/awt/RenderingHints.java	Tue Sep 16 14:58:27 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/RenderingHints.java	Wed Sep 17 16:14:12 2014 +0400
@@ -670,7 +670,7 @@
      * 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
@@ -1167,7 +1167,7 @@
 
     /**
      * 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