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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 175c63d Standardize on American English spelling of 'behavior'.
175c63d is described below
commit 175c63d5aa166d14af610b90e29a95c070cb4123
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 31 10:10:05 2020 -0400
Standardize on American English spelling of 'behavior'.
---
commons-vfs2/src/main/java/org/apache/commons/vfs2/VfsLog.java | 2 +-
.../src/test/java/org/apache/commons/vfs2/test/NamingTests.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/VfsLog.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/VfsLog.java
index f64d1b8..7d89f2b 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/VfsLog.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/VfsLog.java
@@ -19,7 +19,7 @@ package org.apache.commons.vfs2;
import org.apache.commons.logging.Log;
/**
- * This class is to keep the old logging behaviour (for ant-task) and to be
able to correctly use commons-logging.
+ * This class is to keep the old logging behavior (for ant-task) and to be
able to correctly use commons-logging.
* I hope i could remove it sometimes.
*/
public final class VfsLog {
diff --git
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/NamingTests.java
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/NamingTests.java
index 3107156..3de8620 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/NamingTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/NamingTests.java
@@ -83,7 +83,7 @@ public class NamingTests extends AbstractProviderTestCase {
// §5 Encode \
file = getManager().resolveFile("dir%5cchild");
// 18-6-2005 [email protected]: all file separators normalized to "/"
- // decided to do this to get the same behaviour as in §4 on windows
+ // decided to do this to get the same behavior as in §4 on windows
// platforms
// assertEquals(path + "/dir\\child", file.getName().getPathDecoded());
assertEquals(path + "/dir/child", file.getName().getPathDecoded());