You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/02/08 13:42:06 UTC

svn commit: r619862 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

Author: luc
Date: Fri Feb  8 04:42:05 2008
New Revision: 619862

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

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java?rev=619862&r1=619861&r2=619862&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java Fri Feb  8 04:42:05 2008
@@ -279,7 +279,7 @@
     }
 
     /**
-     * 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