jdk/src/share/classes/sun/net/www/http/ChunkedInputStream.java
changeset 21278 ef8a3a2a72f2
parent 16081 452341da6f0b
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/net/www/http/ChunkedInputStream.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/net/www/http/ChunkedInputStream.java	Tue Oct 29 17:01:06 2013 +0400
@@ -755,7 +755,7 @@
      * stream. If the last chunk (and optional trailers) can be read without
      * blocking then the stream is considered hurried.
      * <p>
-     * Note that if an error has occured or we can't get to last chunk
+     * Note that if an error has occurred or we can't get to last chunk
      * without blocking then this stream can't be hurried and should be
      * closed.
      */