Author: kkolinko Date: Wed Oct 26 10:57:36 2011 New Revision: 1189129 URL: http://svn.apache.org/viewvc?rev=1189129&view=rev Log: Correct a typo
Modified: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java Modified: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java?rev=1189129&r1=1189128&r2=1189129&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java (original) +++ tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java Wed Oct 26 10:57:36 2011 @@ -45,7 +45,7 @@ public class TestMapperWelcomeFiles exte appDir.getAbsolutePath()); ctxt.setReplaceWelcomeFiles(true); ctxt.addWelcomeFile("index.jsp"); - // Mapping for *.do is define in web.xml + // Mapping for *.do is defined in web.xml ctxt.addWelcomeFile("index.do"); tomcat.start(); @@ -73,7 +73,7 @@ public class TestMapperWelcomeFiles exte appDir.getAbsolutePath()); ctxt.setReplaceWelcomeFiles(true); ctxt.addWelcomeFile("index.jsp"); - // Mapping for *.do is define in web.xml + // Mapping for *.do is defined in web.xml ctxt.addWelcomeFile("index.do"); // Simulate STRICT_SERVLET_COMPLIANCE --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org