Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-01-21 21:15:19 +00:00
parent 6b5042cb52
commit f3fff979ca
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class IfClosure<E> implements Closure<E>, 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
*/