Author: markt
Date: Mon Dec 14 13:39:58 2015
New Revision: 1719909

URL: http://svn.apache.org/viewvc?rev=1719909&view=rev
Log:
Correct comment typo

Modified:
    tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java?rev=1719909&r1=1719908&r2=1719909&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java 
(original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Mon Dec 
14 13:39:58 2015
@@ -175,7 +175,7 @@ public class TestClose extends TomcatBas
         client.forceCloseSocket();
 
         // WebSocket 1.1, section 2.1.5 requires this to be CLOSED_ABNORMALLY 
if
-        // the container initiates the close and the close close from the 
client
+        // the container initiates the close and the close code from the client
         // if the client initiates it. When the client resets the TCP 
connection
         // after sending the close, different operating systems react different
         // ways. Some present the close message then drop the connection, some



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to