Fix comment typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 13 Apr 2011 21:46:29 +0000 (21:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 13 Apr 2011 21:46:29 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1091927 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/CoyoteAdapter.java

index de2f7d2..6d9dc32 100644 (file)
@@ -271,7 +271,7 @@ public class CoyoteAdapter implements Adapter {
             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) {