Fix typo in the docs.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 22:41:53 +0000 (22:41 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 22:41:53 +0000 (22:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783949 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index 90f22f4..de12d2d 100644 (file)
       </attribute>
 
       <attribute name="caseSensitive" required="false">
-        <p>If the value of this flag is <code>true</code>, all case sensitivity
+        <p>If the value of this flag is <code>false</code>, all case sensitivity
         checks will be disabled. If not 
         specified, the default value of the flag is <code>true</code>.</p>
         <p><b>NOTE: This flag MUST NOT be set to false on the Windows platform