This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit dfd796fdae8a22ff7b4d1cf27d0d18d07688623d
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 25 17:59:41 2025 -0400

    Fix Javadoc
---
 .../org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java 
b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
index 05f926e0..0929bf53 100644
--- 
a/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
+++ 
b/src/main/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java
@@ -721,7 +721,7 @@ public abstract class InstanceKeyDataSource implements 
DataSource, Referenceable
     /**
      * Gets the value of defaultReadOnly, which defines the state of 
connections handed out from this pool. The value
      * can be changed on the Connection using Connection.setReadOnly(boolean). 
The default is {@code null} which
-     * will use the default value for the drive.
+     * will use the default value for the driver.
      *
      * @return value of defaultReadOnly.
      */

Reply via email to