Skip to content

Commit fb691ba

Browse files
committed
Javadoc: Fix Spelling
1 parent 43a5430 commit fb691ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/pool2/KeyedPooledObjectFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* While clients of a {@link KeyedObjectPool} borrow and return instances of
6363
* the underlying value type V, the factory methods act on instances of
6464
* {@link PooledObject PooledObject<V>}. These are the object wrappers that
65-
* pools use to track and maintain state informations about the objects that
65+
* pools use to track and maintain state information about the objects that
6666
* they manage.
6767
* </p>
6868
*

0 commit comments

Comments
 (0)