Author: sebb Date: Sat Jan 31 15:53:42 2009 New Revision: 739571 URL: http://svn.apache.org/viewvc?rev=739571&view=rev Log: Javadoc typos
Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java?rev=739571&r1=739570&r2=739571&view=diff ============================================================================== --- commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java (original) +++ commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Sat Jan 31 15:53:42 2009 @@ -35,9 +35,9 @@ * Build a 0-length vector. * <p>Zero-length vectors may be used to initialized construction of vectors * by data gathering. We start with zero-length and use either the {...@link - * #SparseRealVector(SparseRealVecotr, int)} constructor + * #SparseRealVector(SparseRealVector, int)} constructor * or one of the <code>append</code> method ({...@link #append(double)}, {...@link - * #append(double[])}, {...@link #append(RealVectorImpl)}) to gather data + * #append(double[])}, {...@link #append(RealVector)}) to gather data * into this vector.</p> */ public SparseRealVector() {