From: markt Date: Wed, 19 May 2010 14:52:42 +0000 (+0000) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=59ad76b59cdbf3f51e8f3e193269d1335e856179;p=tomcat7.0 Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946205 13f79535-47bb-0310-9956-ffa450edef68 --- 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) {