NumberUtilsTest#testLANG1252 fix spelling in comment

This commit is contained in:
pascalschumacher 2016-09-25 20:29:24 +02:00
parent 8232c096ce
commit c6a410adf8
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ public class NumberUtilsTest {
@Test
public void testLANG1252() {
//Check idiosyncries between java 1.6 and 1.7,1.8 redarding leading + signs
//Check idiosyncrasies between java 1.6 and 1.7, 1.8 regarding leading + signs
if (SystemUtils.IS_JAVA_1_6) {
compareIsCreatableWithCreateNumber("+2", false);
} else {