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 2011/04/13 23:46:29 UTC

svn commit: r1091927 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

Author: markt
Date: Wed Apr 13 21:46:29 2011
New Revision: 1091927

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

Modified:
    tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java?rev=1091927&r1=1091926&r2=1091927&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java (original)
+++ tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Wed Apr 13 21:46:29 2011
@@ -271,7 +271,7 @@ public class CoyoteAdapter implements Ad
             if (!request.isAsync() && !comet) {
                 // Error or timeout - need to tell listeners the request is over
                 // Have to test this first since state may change while in this
-                // method and this is only required if entering this methos in
+                // method and this is only required if entering this method in
                 // this state 
                 Context ctxt = (Context) request.getMappingData().context;
                 if (ctxt != null) {



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