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 0a3d3be7 Normalize spelling to US English
0a3d3be7 is described below

commit 0a3d3be797b66f4c1ce60e281d43a2b39202d17c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 31 06:15:17 2023 -0400

    Normalize spelling to US English
---
 .../src/main/java/org/apache/commons/vfs2/FileSystemManager.java        | 2 +-
 commons-vfs2/src/main/java/org/apache/commons/vfs2/tasks/SyncTask.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
index aa985a30..b4d1affd 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
@@ -35,7 +35,7 @@ import 
org.apache.commons.vfs2.operations.FileOperationProvider;
  *
  * <h2><a id="naming">File Naming</a></h2>
  * <p>
- * A file system manager can recognise several types of file names:
+ * A file system manager can recognize several types of file names:
  * </p>
  * <ul>
  * <li>Absolute URI. These must start with a scheme, such as {@code file:} or 
{@code ftp:}, followed by a scheme
diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/tasks/SyncTask.java 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/tasks/SyncTask.java
index 7e50f875..220f633c 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/tasks/SyncTask.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/tasks/SyncTask.java
@@ -19,7 +19,7 @@ package org.apache.commons.vfs2.tasks;
 import org.apache.commons.vfs2.FileObject;
 
 /**
- * A task that synchronises the destination folder to look exactly like the 
source folder (or folders).
+ * A task that synchronizes the destination folder to look exactly like the 
source folder (or folders).
  */
 public class SyncTask extends CopyTask {
 

Reply via email to