Correct a pair of misprints
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 Sep 2009 21:18:09 +0000 (21:18 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 Sep 2009 21:18:09 +0000 (21:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@820092 13f79535-47bb-0310-9956-ffa450edef68

webapps/manager/WEB-INF/web.xml

index ff19a20..08fdf95 100644 (file)
@@ -93,7 +93,7 @@
   <!-- NOTE:  None of these roles are present in the default users file -->
   <security-constraint>
     <web-resource-collection>
-      <web-resource-name>HTML Manger interface (for humans)</web-resource-name>
+      <web-resource-name>HTML Manager interface (for humans)</web-resource-name>
       <url-pattern>/html/*</url-pattern>
     </web-resource-collection>
     <auth-constraint>
   </security-constraint>
   <security-constraint>
     <web-resource-collection>
-      <web-resource-name>Text Manger interface (for scripts)</web-resource-name>
+      <web-resource-name>Text Manager interface (for scripts)</web-resource-name>
       <url-pattern>/text/*</url-pattern>
     </web-resource-collection>
     <auth-constraint>