Typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 14:52:42 +0000 (14:52 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 14:52:42 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946205 13f79535-47bb-0310-9956-ffa450edef68

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

index d1232f1..20d016b 100644 (file)
@@ -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) {