From a0e0abb54cec477decc725d199a8a1e4b95e89d2 Mon Sep 17 00:00:00 2001 From: Phil Race Date: Tue, 5 Apr 2011 09:42:47 -0700 Subject: [PATCH] 6983666: Typo in JavaDoc comments within FileCacheImageOutputStream Reviewed-by: jgodinez --- .../javax/imageio/stream/FileCacheImageOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java b/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java index 3f20afcf5bf..79ce155f23b 100644 --- a/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java +++ b/jdk/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java @@ -214,7 +214,7 @@ public class FileCacheImageOutputStream extends ImageOutputStreamImpl { } /** - * 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.