--- a/jdk/src/share/classes/java/awt/font/FontRenderContext.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/font/FontRenderContext.java Tue Oct 29 17:01:06 2013 +0400
@@ -126,7 +126,7 @@
* anti-aliasing or fractional metrics.
* @param tx the transform which is used to scale typographical points
* to pixels in this <code>FontRenderContext</code>. If null, an
- * identity tranform is used.
+ * identity transform is used.
* @param aaHint - one of the text antialiasing rendering hint values
* defined in {@link java.awt.RenderingHints java.awt.RenderingHints}.
* Any other value will throw <code>IllegalArgumentException</code>.