Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1519209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-08-31 20:00:54 +00:00
parent 86545dab3e
commit 9027cff326

View File

@ -149,7 +149,7 @@ public abstract class AbstractOptimizer<PAIR, OPTIM extends AbstractOptimizer<PA
/**
* Performs the optimization.
*
* @return a point/value pair that satifies the convergence criteria.
* @return a point/value pair that satisfies the convergence criteria.
* @throws TooManyEvaluationsException if the maximal number of
* evaluations is exceeded.
* @throws TooManyIterationsException if the maximal number of