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:
Phil Steitz 2010-05-23 14:21:44 +00:00
parent bb005b56ca
commit 055114a796
1 changed files with 2 additions and 2 deletions

View File

@ -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);