--- old/src/java.desktop/share/classes/java/awt/image/ColorModel.java 2014-09-10 15:13:32.018428800 +0400 +++ new/src/java.desktop/share/classes/java/awt/image/ColorModel.java 2014-09-10 15:13:31.813421400 +0400 @@ -631,7 +631,7 @@ * inData is not large enough to hold a pixel value * for this ColorModel * @throws UnsupportedOperationException if this - * tranferType is not supported by this + * transferType is not supported by this * ColorModel */ public int getRed(Object inData) { @@ -698,7 +698,7 @@ * inData is not large enough to hold a pixel value * for this ColorModel * @throws UnsupportedOperationException if this - * tranferType is not supported by this + * transferType is not supported by this * ColorModel */ public int getGreen(Object inData) { @@ -765,7 +765,7 @@ * inData is not large enough to hold a pixel value * for this ColorModel * @throws UnsupportedOperationException if this - * tranferType is not supported by this + * transferType is not supported by this * ColorModel */ public int getBlue(Object inData) { @@ -1722,7 +1722,7 @@ // is from the IEC 61966-2-1 International Standard, // Colour Management - Default RGB colour space - sRGB, // First Edition, 1999-10, - // avaiable for order at http://www.iec.ch + // available for order at http://www.iec.ch for (int i = 0; i <= 255; i++) { input = ((float) i) / 255.0f; if (input <= 0.0031308f) {