fixed javadoc typos

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@512042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2007-02-26 22:32:10 +00:00
parent 15d96cbafd
commit 7276d2de09
1 changed files with 2 additions and 2 deletions

View File

@ -121,10 +121,10 @@ public interface UnivariateRealSolver {
/**
* 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.