fixed typo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-02-08 15:44:11 +00:00
parent 9c5006b4a2
commit 7d7ac7cc85
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class FDistributionImpl
}
/**
* For this disbution, X, this method returns P(X < x).
* For this distribution, X, this method returns P(X < x).
*
* The implementation of this method is based on:
* <ul>