< prev index next >

test/jdk/java/awt/GradientPaint/LinearColorSpaceGradientTest.java

Print this page

        

@@ -28,11 +28,11 @@
 
 /**
  * @test
  * @key headful
  * @bug 8023483
- * @summary tests wether the colorspace-parameter is applied correctly when
+ * @summary tests whether the colorspace-parameter is applied correctly when
  *          creating a gradient.
  * @author ceisserer
  */
 public class LinearColorSpaceGradientTest extends Frame {
     BufferedImage srcImg;
< prev index next >