Author: markt
Date: Wed May 19 14:52:42 2010
New Revision: 946205

URL: http://svn.apache.org/viewvc?rev=946205&view=rev
Log:
Typo

Modified:
    tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java?rev=946205&r1=946204&r2=946205&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java (original)
+++ tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Wed May 
19 14:52:42 2010
@@ -105,7 +105,7 @@ public abstract class TomcatBaseTest ext
     @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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to