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 2013/10/07 10:47:26 UTC

svn commit: r1529792 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

Author: markt
Date: Mon Oct  7 08:47:25 2013
New Revision: 1529792

URL: http://svn.apache.org/r1529792
Log:
Fix typo

Modified:
    tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java?rev=1529792&r1=1529791&r2=1529792&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Mon Oct  7 08:47:25 2013
@@ -620,7 +620,7 @@ public abstract class AbstractProtocol<S
                 Iterator<DispatchType> dispatches = null;
                 do {
                     if (dispatches != null) {
-                        // Associate with the processor with the connection as
+                        // Associate the processor with the connection as
                         // these calls may result in a nested call to process()
                         connections.put(socket, processor);
                         DispatchType nextDispatch = dispatches.next();



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