fixed typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@826232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-10-17 11:25:14 +00:00
parent a667bf2834
commit ddc5554353
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class RandomDataTest extends RetryTestCase {
}
public void testNextPoissionConistency() throws Exception {
public void testNextPoissonConsistency() throws Exception {
// Small integral means
for (int i = 1; i < 100; i++) {
checkNextPoissonConsistency(i);