Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-05-30 19:03:25 +00:00
parent 2e75b28336
commit aa0d77a177
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ public abstract class UnivariateRealSolverImpl
/**
* Verifies that the endpoints specify an interval and the function takes
* opposite signs at the enpoints, throws IllegalArgumentException if not
* opposite signs at the endpoints, throws IllegalArgumentException if not
*
* @param lower lower endpoint
* @param upper upper endpoint