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

commit 14d899641e06aa022c93a3afe1e4b0703a1e2ad1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 8 14:10:30 2021 -0500

    Normalize to US English spelling.
---
 .../java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java     | 2 +-
 .../java/org/apache/commons/vfs2/provider/AbstractFileProvider.java     | 2 +-
 .../apache/commons/vfs2/provider/AbstractOriginatingFileProvider.java   | 2 +-
 .../java/org/apache/commons/vfs2/provider/AbstractVfsContainer.java     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
index 24a3ac6..89332a8 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
@@ -434,7 +434,7 @@ public class DefaultFileSystemManager implements 
FileSystemManager {
     }
 
     /**
-     * Initializes a component, if it has not already been initialised.
+     * Initializes a component, if it has not already been initialized.
      *
      * @param component The component to setup.
      * @throws FileSystemException if an error occurs.
diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java
index 29f7734..c998667 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java
@@ -87,7 +87,7 @@ public abstract class AbstractFileProvider extends 
AbstractVfsContainer implemen
     /**
      * Adds a file system to those cached by this provider.
      * <p>
-     * The file system may implement {@link VfsComponent}, in which case it is 
initialised.
+     * The file system may implement {@link VfsComponent}, in which case it is 
initialized.
      * </p>
      *
      * @param key The root file of the file system, part of the cache key.
diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractOriginatingFileProvider.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractOriginatingFileProvider.java
index e8261d6..538ba70 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractOriginatingFileProvider.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractOriginatingFileProvider.java
@@ -96,7 +96,7 @@ public abstract class AbstractOriginatingFileProvider extends 
AbstractFileProvid
     }
 
     /**
-     * Creates a {@link FileSystem}. If the returned FileSystem implements 
{@link VfsComponent}, it will be initialised.
+     * Creates a {@link FileSystem}. If the returned FileSystem implements 
{@link VfsComponent}, it will be initialized.
      *
      * @param rootName The name of the root file of the file system to create.
      * @param fileSystemOptions The FileSystem options.
diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractVfsContainer.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractVfsContainer.java
index 922dfae..dc12eb8 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractVfsContainer.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractVfsContainer.java
@@ -34,7 +34,7 @@ public abstract class AbstractVfsContainer extends 
AbstractVfsComponent {
     /**
      * Adds a sub-component to this component.
      * <p>
-     * If the sub-component implements {@link VfsComponent}, it is 
initialised. All sub-components are closed when this
+     * If the sub-component implements {@link VfsComponent}, it is 
initialized. All sub-components are closed when this
      * component is closed.
      * </p>
      *

Reply via email to