From de88fa500d4139ab8f7ed307d71d82862e5f2516 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 19 May 2010 15:17:23 +0000 Subject: [PATCH] Typo in a comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946212 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/catalina/startup/TestContextConfigAnnotation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.11.0