From 265aa103135dd53c41a17ec55d95d13d08a56a81 Mon Sep 17 00:00:00 2001 From: prr 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/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java b/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java index 3f20afcf5..79ce155f2 100644 --- a/src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java +++ b/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. -- GitLab