Author: britter Date: Sun Oct 20 14:32:07 2013 New Revision: 1533914 URL: http://svn.apache.org/r1533914 Log: Fix typo
Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java?rev=1533914&r1=1533913&r2=1533914&view=diff ============================================================================== --- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java (original) +++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java Sun Oct 20 14:32:07 2013 @@ -154,7 +154,7 @@ public class BooleanUtils { * </pre> * * @param array an array of {@code boolean}s - * @return {@code true} if the array containes the value true only once. + * @return {@code true} if the array contains the value true only once. * @throws IllegalArgumentException if {@code array} is {@code null} * @throws IllegalArgumentException if {@code array} is empty. * @since 3.2 @@ -196,7 +196,7 @@ public class BooleanUtils { * </pre> * * @param array an array of {@code Boolean}s - * @return {@code true} if the array containes a Boolean with value true only once. + * @return {@code true} if the array contains a Boolean with value true only once. * @throws IllegalArgumentException if {@code array} is {@code null} * @throws IllegalArgumentException if {@code array} is empty. * @throws IllegalArgumentException if {@code array} contains a {@code null}