You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/10/26 12:57:36 UTC

svn commit: r1189129 - /tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org