From: kkolinko Date: Wed, 19 May 2010 15:17:23 +0000 (+0000) Subject: Typo in a comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=de88fa500d4139ab8f7ed307d71d82862e5f2516;p=tomcat7.0 Typo in a comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/catalina/startup/TestContextConfigAnnotation.java b/test/org/apache/catalina/startup/TestContextConfigAnnotation.java index 0b10295f3..cabf5e77e 100644 --- a/test/org/apache/catalina/startup/TestContextConfigAnnotation.java +++ b/test/org/apache/catalina/startup/TestContextConfigAnnotation.java @@ -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);