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 2008/04/20 20:56:27 UTC

svn commit: r649955 - /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java

Author: luc
Date: Sun Apr 20 11:56:27 2008
New Revision: 649955

URL: http://svn.apache.org/viewvc?rev=649955&view=rev
Log:
fixed typo

Modified:
    commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java

Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java?rev=649955&r1=649954&r2=649955&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java (original)
+++ commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java Sun Apr 20 11:56:27 2008
@@ -51,7 +51,7 @@
 
     /** Simple mathematical function.
      * <p>{@link UnivariateDerivative} classes compute both the
-     * value and the firest derivative of the function.</p>
+     * value and the first derivative of the function.</p>
      * @param t function input value
      * @return function result
      */