git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@554109
13f79535-47bb-0310-9956-
ffa450edef68
/**
* 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 {
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);
}
}
}