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:
parent
a667bf2834
commit
ddc5554353
|
@ -227,7 +227,7 @@ public class RandomDataTest extends RetryTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testNextPoissionConistency() throws Exception {
|
public void testNextPoissonConsistency() throws Exception {
|
||||||
// Small integral means
|
// Small integral means
|
||||||
for (int i = 1; i < 100; i++) {
|
for (int i = 1; i < 100; i++) {
|
||||||
checkNextPoissonConsistency(i);
|
checkNextPoissonConsistency(i);
|
||||||
|
|
Loading…
Reference in New Issue