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
The following commit(s) were added to refs/heads/master by this push:
new 7f0c7833 Fix typos
7f0c7833 is described below
commit 7f0c78331b1f384b6e4030dfdefca48120f45ab1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:01:30 2023 -0500
Fix typos
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 425e693e..7942f2a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -1277,7 +1277,7 @@ The <action> type attribute can be add,update,fix,remove.
assure that all returned Statements, PreparedStatements,
CallableStatements and ResultSets are wrapped with a delegating object,
which already properly handle the back pointers for Connection and
- Statement. Also added tests to to assure that the *same* object used
+ Statement. Also added tests to assure that the *same* object used
to create the statement or result set is returned from either
getConnection() or getStatement().
</action>