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: [email protected]
For additional commands, e-mail: [email protected]