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-collections.git
commit 78e7c8f2da39bc3c6e9171efcb5e1b78ee88362c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 11 09:57:01 2024 -0400 Normalize spelling --- .../java/org/apache/commons/collections4/functors/FunctorUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java b/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java index 05bb62d6d..67e8be657 100644 --- a/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java +++ b/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java @@ -52,7 +52,7 @@ final class FunctorUtils { * Due to the {@link Predicate#test(T)} method, Predicate<? super T> is * able to be coerced to Predicate<T> without casting issues. * <p>This method exists - * simply as centralised documentation and atomic unchecked warning + * simply as centralized documentation and atomic unchecked warning * suppression. * * @param <T> the type of object the returned predicate should "accept" @@ -67,7 +67,7 @@ final class FunctorUtils { /** * A very simple method that coerces Transformer<? super I, ? extends O> to Transformer<I, O>. * <p>This method exists - * simply as centralised documentation and atomic unchecked warning + * simply as centralized documentation and atomic unchecked warning * suppression. * * @param <I> the type of object the returned transformer should "accept"