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

commit 5734fd6de6a01984c3e97d6b7c355b84614275dd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:19:57 2025 -0500

    Javadoc: Fix Spelling
---
 src/main/java/org/apache/commons/pool3/KeyedPooledObjectFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/pool3/KeyedPooledObjectFactory.java 
b/src/main/java/org/apache/commons/pool3/KeyedPooledObjectFactory.java
index ab900884..0924d4bc 100644
--- a/src/main/java/org/apache/commons/pool3/KeyedPooledObjectFactory.java
+++ b/src/main/java/org/apache/commons/pool3/KeyedPooledObjectFactory.java
@@ -62,7 +62,7 @@ package org.apache.commons.pool3;
  * While clients of a {@link KeyedObjectPool} borrow and return instances of
  * the underlying value type V, the factory methods act on instances of
  * {@link PooledObject PooledObject&lt;V&gt;}.  These are the object wrappers 
that
- * pools use to track and maintain state informations about the objects that
+ * pools use to track and maintain state information about the objects that
  * they manage.
  * </p>
  *

Reply via email to