src/java.desktop/share/classes/java/awt/image/BufferedImage.java

Print this page

        

@@ -854,11 +854,11 @@
         return colorModel;
     }
 
     /**
      * Returns the {@link WritableRaster}.
-     * @return the <code>WriteableRaster</code> of this
+     * @return the <code>WritableRaster</code> of this
      *  <code>BufferedImage</code>.
      */
     public WritableRaster getRaster() {
         return raster;
     }