From d21a14b6390bf45843ee2b4a25b8e50357796a13 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 13 Apr 2011 21:46:29 +0000 Subject: [PATCH] Fix comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1091927 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/connector/CoyoteAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/CoyoteAdapter.java b/java/org/apache/catalina/connector/CoyoteAdapter.java index de2f7d29f..6d9dc32fa 100644 --- a/java/org/apache/catalina/connector/CoyoteAdapter.java +++ b/java/org/apache/catalina/connector/CoyoteAdapter.java @@ -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) { -- 2.11.0