You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/06/29 11:49:42 UTC

svn commit: r1834670 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Author: markt
Date: Fri Jun 29 11:49:42 2018
New Revision: 1834670

URL: http://svn.apache.org/viewvc?rev=1834670&view=rev
Log:
Fix typo

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1834670&r1=1834669&r2=1834670&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Fri Jun 29 11:49:42 2018
@@ -629,7 +629,7 @@ public class Nio2Endpoint extends Abstra
                         return; // don't close on comet timeout
                     }
                 } else {
-                    // Don't dispatch if the lines below are canceling the key
+                    // Don't dispatch if the lines below are cancelling the key
                     processSocket0(socket, status, false);
                 }
             }



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