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 is * able to be coerced to Predicate without casting issues. *

This method exists - * simply as centralised documentation and atomic unchecked warning + * simply as centralized documentation and atomic unchecked warning * suppression. * * @param the type of object the returned predicate should "accept" @@ -67,7 +67,7 @@ final class FunctorUtils { /** * A very simple method that coerces Transformer to Transformer. *

This method exists - * simply as centralised documentation and atomic unchecked warning + * simply as centralized documentation and atomic unchecked warning * suppression. * * @param the type of object the returned transformer should "accept"