This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push: new 0ee055d Normalize spelling to US English in comments. 0ee055d is described below commit 0ee055d21c080f9303c13aa2a018a0748ff0d1fd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 17 12:16:19 2020 -0500 Normalize spelling to US English in comments. --- src/main/java/org/apache/commons/exec/util/MapUtils.java | 2 +- .../java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/exec/util/MapUtils.java b/src/main/java/org/apache/commons/exec/util/MapUtils.java index 2dd6b6c..57901c8 100644 --- a/src/main/java/org/apache/commons/exec/util/MapUtils.java +++ b/src/main/java/org/apache/commons/exec/util/MapUtils.java @@ -52,7 +52,7 @@ public class MapUtils /** * Clones a map and prefixes the keys in the clone, e.g. for mapping "JAVA_HOME" to "env.JAVA_HOME" to simulate the - * behaviour of Ant. + * behavior of Ant. * * @param source * the source map diff --git a/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java index f969b81..2a59525 100644 --- a/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java +++ b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java @@ -39,7 +39,7 @@ import org.junit.Test; public class EnvironmentUtilsTest { /** - * Tests the behaviour of the EnvironmentUtils.toStrings() + * Tests the behavior of the EnvironmentUtils.toStrings() * when using a {@code null} environment. */ @Test