Fix comment typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 24 Feb 2011 14:39:39 +0000 (14:39 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 24 Feb 2011 14:39:39 +0000 (14:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1074168 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/CrawlerSessionManagerValve.java

index c0f8881..f787783 100644 (file)
@@ -123,7 +123,7 @@ public class CrawlerSessionManagerValve extends ValveBase {
         // If the incoming request has a session ID, no action is required
         if (request.getRequestedSessionId() == null) {
 
-            // Is this a crawler - cheack the UA headers
+            // Is this a crawler - check the UA headers
             Enumeration<String> uaHeaders = request.getHeaders("user-agent");
             String uaHeader = null;
             if (uaHeaders.hasMoreElements()) {