Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@947418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb005b56ca
commit
055114a796
|
@ -368,7 +368,7 @@ public class RandomDataTest extends RetryTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
/** test dispersion and failute modes for nextHex() */
|
||||
/** test dispersion and failure modes for nextHex() */
|
||||
public void testNextHex() {
|
||||
try {
|
||||
randomData.nextHexString(-1);
|
||||
|
@ -423,7 +423,7 @@ public class RandomDataTest extends RetryTestCase {
|
|||
testStatistic.chiSquare(expected, observed) < 37.70);
|
||||
}
|
||||
|
||||
/** test dispersion and failute modes for nextHex() */
|
||||
/** test dispersion and failure modes for nextHex() */
|
||||
public void testNextSecureHex() {
|
||||
try {
|
||||
randomData.nextSecureHexString(-1);
|
||||
|
|
Loading…
Reference in New Issue