# HG changeset patch # User prr # Date 1302021767 25200 # Node ID 8221ad7f79504529ad07bfd97b7e88036d048c28 # Parent 4d0bfa0b889941fcb2069a10e559e1e964620fa9 6983666: Typo in JavaDoc comments within FileCacheImageOutputStream Reviewed-by: jgodinez diff -r 4d0bfa0b8899 -r 8221ad7f7950 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 FileCacheImageOututStream. All + * Closes this FileCacheImageOutputStream. All * pending data is flushed to the output, and the cache file * is closed and removed. The destination OutputStream * is not closed.