Author: luc
Date: Wed May 28 11:40:38 2008
New Revision: 661042
URL: http://svn.apache.org/viewvc?rev=661042&view=rev
Log:
typo
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java?rev=661042&r1=661041&r2=661042&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java
Wed May 28 11:40:38 2008
@@ -27,7 +27,7 @@
* functions. For reference, see <b>Introduction to Numerical Analysis</b>,
* ISBN 038795452X, chapter 2.
* <p>
- * The actual code of Neville's evalution is in PolynomialFunctionLagrangeForm,
+ * The actual code of Neville's evaluation is in
PolynomialFunctionLagrangeForm,
* this class provides an easy-to-use interface to it.</p>
*
* @version $Revision$ $Date$