--- old/src/java.desktop/share/classes/java/awt/RenderingHints.java 2014-08-21 20:50:42.030658500 +0400 +++ new/src/java.desktop/share/classes/java/awt/RenderingHints.java 2014-08-21 20:50:41.821646500 +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 Collection view of the values - * contained in this RenderinHints. + * contained in this RenderingHints. * The Collection is backed by the * RenderingHints, so changes to * the RenderingHints are reflected in