jdk/src/share/classes/java/awt/BasicStroke.java
changeset 21278 ef8a3a2a72f2
parent 16734 da1901d79073
child 21957 97758de70fbd
--- a/jdk/src/share/classes/java/awt/BasicStroke.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/BasicStroke.java	Tue Oct 29 17:01:06 2013 +0400
@@ -88,7 +88,7 @@
  * but also by the transform attribute of the
  * <code>Graphics2D</code> object.  Consider this code:
  * <blockquote><tt>
- *      // sets the Graphics2D object's Tranform attribute
+ *      // sets the Graphics2D object's Transform attribute
  *      g2d.scale(10, 10);
  *      // sets the Graphics2D object's Stroke attribute
  *      g2d.setStroke(new BasicStroke(1.5f));