--- old/src/java.desktop/share/classes/java/awt/image/FilteredImageSource.java 2014-09-10 15:13:34.958540700 +0400 +++ new/src/java.desktop/share/classes/java/awt/image/FilteredImageSource.java 2014-09-10 15:13:34.596933900 +0400 @@ -37,7 +37,7 @@ * takes an existing image and a filter object and uses them to produce * image data for a new filtered version of the original image. * Here is an example which filters an image by swapping the red and - * blue compents: + * blue components: *
  *
  *      Image src = getImage("doc:///demo/images/duke/T1.gif");