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

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

commit 380d8afe1f18e0b234e36dac7d6777e4739980a1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:02:26 2025 -0500

    Normalize spelling
---
 src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java 
b/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
index 808c9a8d..c932cea0 100644
--- a/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
+++ b/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java
@@ -33,7 +33,7 @@ import java.util.concurrent.TimeUnit;
  * <p>
  * This class is currently implemented using {@link 
ScheduledThreadPoolExecutor}. This implementation may change in any
  * future release. This class keeps track of how many pools are using it. If 
no pools are using the timer, it is
- * cancelled. This prevents a thread being left running which, in application 
server environments, can lead to memory
+ * canceled. This prevents a thread being left running which, in application 
server environments, can lead to memory
  * leads and/or prevent applications from shutting down or reloading cleanly.
  * </p>
  * <p>
@@ -139,7 +139,7 @@ final class EvictionTimer {
     /**
      * Removes the specified eviction task from the timer.
      *
-     * @param evictor   Task to be cancelled.
+     * @param evictor   Task to be canceled.
      * @param timeout   If the associated executor is no longer required, how
      *                  long should this thread wait for the executor to
      *                  terminate?

Reply via email to