From f3fff979ca2fe63bf4bcc4174206f1e60c346e2c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 21 Jan 2013 21:15:19 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436624 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/commons/collections/functors/IfClosure.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */