From ae7bef343faa17076de8da001f843d6346d37cbc Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 22 May 2018 10:30:29 -0600 Subject: [PATCH] [LANG-1238] Fix typo. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d07c6c6ae..b7c70d139 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ The type attribute can be add,update,fix,remove. Improve Javadoc for StringUtils.isAnyEmpty(null) Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) org.apache.commons.lang3.SystemUtils should not write to System.err. - Add RegexUtils class instead of overloadinh methods in StringUtils that take a regex to take precompiled Pattern. + Add RegexUtils class instead of overloading methods in StringUtils that take a regex to take precompiled Pattern. StringUtils.join() with support for List<?> with configurable start/end indices.