You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/21 22:15:19 UTC

svn commit: r1436624 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java

Author: tn
Date: Mon Jan 21 21:15:19 2013
New Revision: 1436624

URL: http://svn.apache.org/viewvc?rev=1436624&view=rev
Log:
Fix typo.

Modified:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java

Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java?rev=1436624&r1=1436623&r2=1436624&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java (original)
+++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/functors/IfClosure.java Mon Jan 21 21:15:19 2013
@@ -111,7 +111,7 @@ public class IfClosure<E> implements Clo
     }
 
     /**
-     * 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
      */