diff --git a/src/main/java/org/apache/commons/collections/functors/IfClosure.java b/src/main/java/org/apache/commons/collections/functors/IfClosure.java index eab3e7a19..f26702b92 100644 --- a/src/main/java/org/apache/commons/collections/functors/IfClosure.java +++ b/src/main/java/org/apache/commons/collections/functors/IfClosure.java @@ -111,7 +111,7 @@ public class IfClosure implements Closure, Serializable { } /** - * Executes the true or false closure accoring to the result of the predicate. + * Executes the true or false closure according to the result of the predicate. * * @param input the input object */