6983666: Typo in JavaDoc comments within FileCacheImageOutputStream
Reviewed-by: jgodinez
--- 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.