jdk/src/share/classes/sun/net/www/http/PosterOutputStream.java
changeset 21278 ef8a3a2a72f2
parent 18541 a974731db859
--- a/jdk/src/share/classes/sun/net/www/http/PosterOutputStream.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/net/www/http/PosterOutputStream.java	Tue Oct 29 17:01:06 2013 +0400
@@ -81,7 +81,7 @@
     /**
      * Resets the <code>count</code> field of this output
      * stream to zero, so that all currently accumulated output in the
-     * ouput stream is discarded. The output stream can be used again,
+     * output stream is discarded. The output stream can be used again,
      * reusing the already allocated buffer space. If the output stream
      * has been closed, then this method has no effect.
      *