From 9c5006b4a2f82d4777ff1ecbe632f1ce689468b3 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Fri, 8 Feb 2008 12:42:05 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619862 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/util/MathUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/util/MathUtils.java b/src/java/org/apache/commons/math/util/MathUtils.java index 6d8f4ae16..121dcda24 100644 --- a/src/java/org/apache/commons/math/util/MathUtils.java +++ b/src/java/org/apache/commons/math/util/MathUtils.java @@ -279,7 +279,7 @@ public final class MathUtils { } /** - * Returns true iff both arguments aren null or have same dimensions + * Returns true iff both arguments are null or have same dimensions * and all their elements are {@link #equals(double,double) equals} * * @param x first array