You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by lu...@apache.org on 2007/02/26 23:32:10 UTC

svn commit: r512042 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java

Author: luc
Date: Mon Feb 26 14:32:10 2007
New Revision: 512042

URL: http://svn.apache.org/viewvc?view=rev&rev=512042
Log:
fixed javadoc typos

Modified:
    jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java

Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java?view=diff&rev=512042&r1=512041&r2=512042
==============================================================================
--- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java (original)
+++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java Mon Feb 26 14:32:10 2007
@@ -121,10 +121,10 @@
     /**
      * Set the function value accuracy.
      * <p>
-     * This is used to determine whan an evaluated function value or some other
+     * This is used to determine when an evaluated function value or some other
      * value which is used as divisor is zero.
      * <p>
-     * This is a safety guard and it shouldn't be necesary to change this in
+     * This is a safety guard and it shouldn't be necessary to change this in
      * general.
      * 
      * @param accuracy the accuracy.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org