Typo in a comment
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 15:17:23 +0000 (15:17 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 15:17:23 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946212 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/startup/TestContextConfigAnnotation.java

index 0b10295..cabf5e7 100644 (file)
@@ -151,7 +151,7 @@ public class TestContextConfigAnnotation extends TestCase {
             config.processAnnotationsFile(pFile, webxml);
             fail();
         } catch (IllegalArgumentException ex) {
-            // ingore
+            // ignore
         }
         ServletDef servletDef = webxml.getServlets().get("param");
         assertNull(servletDef);
@@ -235,7 +235,7 @@ public class TestContextConfigAnnotation extends TestCase {
             config.processAnnotationsFile(pFile, webxml);
             fail();
         } catch (IllegalArgumentException ex) {
-            // ingore
+            // ignore
         }
         FilterDef filterDef = webxml.getFilters().get("paramD");
         assertNull(filterDef);