6983666: Typo in JavaDoc comments within FileCacheImageOutputStream

Reviewed-by: jgodinez
This commit is contained in:
Phil Race 2011-04-05 09:42:47 -07:00
parent abd7c7bcde
commit a0e0abb54c

View File

@ -214,7 +214,7 @@ public class FileCacheImageOutputStream extends ImageOutputStreamImpl {
}
/**
* 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.