This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 4db9de7a28618dbddb29af5e1e8ea7166ddbd03d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 16 18:15:11 2020 +0100 Fix one spelling missed on first pass ased on a PR provided by John Bampton --- java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java b/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java index 3845a17..1b864ae 100644 --- a/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java +++ b/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java @@ -1562,7 +1562,7 @@ public class BasicDataSource implements DataSource, BasicDataSourceMXBean, MBean * Restarts the datasource. * <p> * This method calls {@link #close()} and {@link #start()} in sequence within synchronized scope so any - * connection requests that come in while the datsource is shutting down will be served by the new pool. + * connection requests that come in while the datasource is shutting down will be served by the new pool. * <p> * Idle connections that are stored in the connection pool when this method is invoked are closed, but * connections that are checked out to clients when this method is invoked are not affected. When client --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org