6983666: Typo in JavaDoc comments within FileCacheImageOutputStream
authorprr
Tue, 05 Apr 2011 09:42:47 -0700
changeset 9192 8221ad7f7950
parent 8946 4d0bfa0b8899
child 9193 d5ad557f95dd
6983666: Typo in JavaDoc comments within FileCacheImageOutputStream Reviewed-by: jgodinez
jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java
--- a/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java	Fri Apr 01 23:55:08 2011 -0700
+++ b/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java	Tue Apr 05 09:42:47 2011 -0700
@@ -214,7 +214,7 @@
     }
 
     /**
-     * Closes this <code>FileCacheImageOututStream</code>.  All
+     * Closes this <code>FileCacheImageOutputStream</code>.  All
      * pending data is flushed to the output, and the cache file
      * is closed and removed.  The destination <code>OutputStream</code>
      * is not closed.