Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@925897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-03-21 21:06:46 +00:00
parent cecc214fda
commit 71e70f8643
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class FDistributionImpl
implements FDistribution, Serializable {
/**
* Default inverse cumulative probability accurac
* Default inverse cumulative probability accuracy
* @since 2.1
*/
public static final double DEFAULT_INVERSE_ABSOLUTE_ACCURACY = 1e-9;