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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 765f4f52 Fix typos in comments
765f4f52 is described below

commit 765f4f5205fbafe6ade90d3181ba68c7c2ab9d7d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 21 09:19:52 2024 -0400

    Fix typos in comments
---
 src/main/java/org/apache/commons/pool3/proxy/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/pool3/proxy/package-info.java 
b/src/main/java/org/apache/commons/pool3/proxy/package-info.java
index 158e98d8..25dc5a10 100644
--- a/src/main/java/org/apache/commons/pool3/proxy/package-info.java
+++ b/src/main/java/org/apache/commons/pool3/proxy/package-info.java
@@ -21,7 +21,7 @@
  * The <code>org.apache.commons.pool3.proxy</code> package defines a
  * object pool that wraps all objects returned to clients. This allows it
  * to disable those proxies when the objects are returned thereby enabling
- * the continued use of those objects by clients to be detected..
+ * the continued use of those objects by clients to be detected.
  * </p>
  * <p>
  * Support is provided for <code>java.lang.reflect.Proxy</code> and for

Reply via email to