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.