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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to