From 59ad76b59cdbf3f51e8f3e193269d1335e856179 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 19 May 2010 14:52:42 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946205 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/catalina/startup/TomcatBaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/startup/TomcatBaseTest.java b/test/org/apache/catalina/startup/TomcatBaseTest.java index d1232f11c..20d016b29 100644 --- a/test/org/apache/catalina/startup/TomcatBaseTest.java +++ b/test/org/apache/catalina/startup/TomcatBaseTest.java @@ -105,7 +105,7 @@ public abstract class TomcatBaseTest extends TestCase { @Override public void tearDown() throws Exception { // Some tests may call tomcat.destroy(), some tests may just call - // tomcat.stop(), smoe not call either method. Make sure that stop() & + // tomcat.stop(), some not call either method. Make sure that stop() & // destroy() are called as necessary. if (tomcat.server != null && tomcat.server.getState() != LifecycleState.DESTROYED) { -- 2.11.0