jdk/src/share/classes/sun/java2d/pipe/DrawImage.java
changeset 21278 ef8a3a2a72f2
parent 16840 64446d4710c4
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/java2d/pipe/DrawImage.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/java2d/pipe/DrawImage.java	Tue Oct 29 17:01:06 2013 +0400
@@ -128,7 +128,7 @@
 
     /*
      * This method is only called in those circumstances where the
-     * operation has a non-null secondary transform specfied.  Its
+     * operation has a non-null secondary transform specified.  Its
      * role is to check for various optimizations based on the types
      * of both the secondary and SG2D transforms and to do some
      * quick calculations to avoid having to combine the transforms