Author: markt Date: Wed Dec 11 12:00:17 2013 New Revision: 1550115 URL: http://svn.apache.org/r1550115 Log: Consistent naming
Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=1550115&r1=1550114&r2=1550115&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Wed Dec 11 12:00:17 2013 @@ -29,7 +29,7 @@ <!-- Define example filters --> <filter> - <filter-name>Timing filter</filter-name> + <filter-name>Timing Filter</filter-name> <filter-class>filters.ExampleFilter</filter-class> <init-param> <param-name>attribute</param-name> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org