You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/09/19 11:12:01 UTC

svn commit: r1387501 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java

Author: luc
Date: Wed Sep 19 09:12:01 2012
New Revision: 1387501

URL: http://svn.apache.org/viewvc?rev=1387501&view=rev
Log:
Typo.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java?rev=1387501&r1=1387500&r2=1387501&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java Wed Sep 19 09:12:01 2012
@@ -37,7 +37,7 @@ import org.apache.commons.math3.exceptio
  * </p>
  * <p>
  * The wrapper objects work by calling the underlying function on
- * a sampling grid around the current point and perform polynomial
+ * a sampling grid around the current point and performing polynomial
  * interpolation. A finite differences scheme with n points is
  * theoretically able to compute derivatives up to order n-1, but
  * it is generally better to have a slight margin. The step size must