From 8433dc4f9f0f7e8c13a53c4e542904bdee5bcfe9 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sun, 20 Oct 2013 14:32:07 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533914 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/lang3/BooleanUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/BooleanUtils.java b/src/main/java/org/apache/commons/lang3/BooleanUtils.java index 8c96edd84..471f37d6b 100644 --- a/src/main/java/org/apache/commons/lang3/BooleanUtils.java +++ b/src/main/java/org/apache/commons/lang3/BooleanUtils.java @@ -154,7 +154,7 @@ public static boolean isNotFalse(final Boolean bool) { * * * @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 static boolean isExactlyOneTrue(final boolean... array) { * * * @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}