From 78e7c8f2da39bc3c6e9171efcb5e1b78ee88362c Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 11 Jul 2024 09:57:01 -0400 Subject: [PATCH] Normalize spelling --- .../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 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"