Fix typo.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Jul 2007 01:40:19 +0000 (01:40 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Jul 2007 01:40:19 +0000 (01:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@554109 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/session/JDBCStore.java
java/org/apache/jk/server/JkMain.java

index 685f85e..e7ce2cd 100644 (file)
@@ -970,7 +970,7 @@ public class JDBCStore
 
     /**
      * Gracefully terminate everything associated with our db.
-     * Called once when this Store is stoping.
+     * Called once when this Store is stopping.
      *
      */
     public void stop() throws LifecycleException {
index 2ee487d..d825669 100644 (file)
@@ -283,7 +283,7 @@ public class JkMain implements MBeanRegistration
                 try {
                     wEnv.getHandler(i).destroy();
                 } catch( IOException ex) {
-                    log.error("Error stoping " + wEnv.getHandler(i).getName(), ex);
+                    log.error("Error stopping " + wEnv.getHandler(i).getName(), ex);
                 }
             }
         }