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 2012/10/23 21:30:09 UTC

svn commit: r1401416 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

Author: tn
Date: Tue Oct 23 19:30:09 2012
New Revision: 1401416

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

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java?rev=1401416&r1=1401415&r2=1401416&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java Tue Oct 23 19:30:09 2012
@@ -381,7 +381,7 @@ public abstract class RealVector {
      * Distance between two vectors.
      * <p>This method computes the distance consistent with the
      * L<sub>2</sub> norm, i.e. the square root of the sum of
-     * element differences, or Euclidian distance.</p>
+     * element differences, or Euclidean distance.</p>
      *
      * @param v Vector to which distance is requested.
      * @return the distance between two vectors.