Author: luc
Date: Sat Jan 12 14:55:48 2008
New Revision: 611502
URL: http://svn.apache.org/viewvc?rev=611502&view=rev
Log:
javadoc typo fix
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java?rev=611502&r1=611501&r2=611502&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
Sat Jan 12 14:55:48 2008
@@ -59,7 +59,7 @@
*/
private BigDecimal lu[][] = null;
- /** Permutation associated with LU decompostion */
+ /** Permutation associated with LU decomposition */
private int[] permutation = null;
/** Parity of the permutation associated with the LU decomposition */
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java?rev=611502&r1=611501&r2=611502&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java
Sat Jan 12 14:55:48 2008
@@ -61,7 +61,7 @@
*/
private double lu[][] = null;
- /** Permutation associated with LU decompostion */
+ /** Permutation associated with LU decomposition */
private int[] permutation = null;
/** Parity of the permutation associated with the LU decomposition */