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 2013/10/27 10:52:09 UTC

svn commit: r1536072 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java

Author: luc
Date: Sun Oct 27 09:52:09 2013
New Revision: 1536072

URL: http://svn.apache.org/r1536072
Log:
Typos.

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java?rev=1536072&r1=1536071&r2=1536072&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation/DerivativeStructureTest.java Sun Oct 27 09:52:09 2013
@@ -278,7 +278,7 @@ public class DerivativeStructureTest ext
             // we only say: "x is a structure with value = 0.0,
             // first derivative with respect to x = 1.0, and all other derivatives
             // (first order with respect to y and z and higher derivatives) all 0.0.
-            // Wa have function f(x) = a^x root and x = 0 so we compute:
+            // We have function f(x) = a^x and x = 0 so we compute:
             // f(0) = 1, f'(0) = ln(a), f''(0) = ln(a)^2. The limit of these values
             // when a converges to 0 implies all derivatives keep switching between
             // +infinity and -infinity.