jdk/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java	Tue Oct 29 17:01:06 2013 +0400
@@ -27,7 +27,7 @@
 import java.io.*;
 
 /**
- * MultiplexOutputStream manages sending data over a conection managed
+ * MultiplexOutputStream manages sending data over a connection managed
  * by a ConnectionMultiplexer object.  Data written is buffered until the
  * internal buffer is full or the flush() method is called, at which
  * point it attempts to push a packet of bytes through to the remote
@@ -171,7 +171,7 @@
     }
 
     /**
-     * Take note of more bytes requested by conection at remote endpoint.
+     * Take note of more bytes requested by connection at remote endpoint.
      * @param num number of additional bytes requested
      */
     void request(int num)