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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 8e2297bee Javadoc: Normalize spelling
8e2297bee is described below
commit 8e2297bee5f7904b17552890292a81392139dba2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:05:28 2025 -0500
Javadoc: Normalize spelling
---
src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java
b/src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java
index 1586cf6d4..30d47960a 100644
--- a/src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java
+++ b/src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java
@@ -78,7 +78,7 @@ public T get(final long timeout, final TimeUnit unit) {
/**
* {@inheritDoc} This implementation always returns
<strong>false</strong>; there
- * is no background process which could be cancelled.
+ * is no background process which could be canceled.
*/
@Override
public boolean isCancelled() {