You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2016/09/25 19:01:48 UTC

[2/4] [lang] NumberUtilsTest#testLANG1252 fix spelling in comment

NumberUtilsTest#testLANG1252 fix spelling in comment


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c6a410ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c6a410ad
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c6a410ad

Branch: refs/heads/master
Commit: c6a410adf832e0e6eeee824365b1c5799bfc1391
Parents: 8232c09
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Sep 25 20:29:24 2016 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Sep 25 21:00:46 2016 +0200

----------------------------------------------------------------------
 src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c6a410ad/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java b/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
index c3d83c6..ef313e1 100644
--- a/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java
@@ -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 {