Author: kkolinko Date: Tue Sep 29 21:18:09 2009 New Revision: 820092 URL: http://svn.apache.org/viewvc?rev=820092&view=rev Log: Correct a pair of misprints
Modified: tomcat/trunk/webapps/manager/WEB-INF/web.xml Modified: tomcat/trunk/webapps/manager/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/WEB-INF/web.xml?rev=820092&r1=820091&r2=820092&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/manager/WEB-INF/web.xml Tue Sep 29 21:18:09 2009 @@ -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> @@ -102,7 +102,7 @@ </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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org