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 2013/03/05 00:29:39 UTC

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

Author: tn
Date: Mon Mar  4 23:29:39 2013
New Revision: 1452595

URL: http://svn.apache.org/r1452595
Log:
Fix typo.

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

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/EigenDecomposition.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/EigenDecomposition.java?rev=1452595&r1=1452594&r2=1452595&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/EigenDecomposition.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/EigenDecomposition.java Mon Mar  4 23:29:39 2013
@@ -363,7 +363,7 @@ public class EigenDecomposition {
 
     /**
      * Computes the square-root of the matrix.
-     * This implementation assumes that the matrix is symmetric and postive
+     * This implementation assumes that the matrix is symmetric and positive
      * definite.
      *
      * @return the square-root of the matrix.