You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/20 22:04:10 UTC

[commons-io] branch master updated: Normalize spelling of 'Initialize'.

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new ade3895  Normalize spelling of 'Initialize'.
ade3895 is described below

commit ade3895ef543dc5a9cf2ebc254253155383bca0f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 17:04:03 2020 -0500

    Normalize spelling of 'Initialize'.
---
 src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java | 2 +-
 src/main/java/org/apache/commons/io/output/LockableFileWriter.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java b/src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java
index 0e29be9..2241dc8 100644
--- a/src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java
+++ b/src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java
@@ -214,7 +214,7 @@ public class FileWriterWithEncoding extends Writer {
 
     //-----------------------------------------------------------------------
     /**
-     * Initialise the wrapped file writer.
+     * Initialize the wrapped file writer.
      * Ensure that a cleanup occurs if the writer creation fails.
      *
      * @param file  the file to be accessed
diff --git a/src/main/java/org/apache/commons/io/output/LockableFileWriter.java b/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
index 19deb55..e806661 100644
--- a/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
+++ b/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
@@ -253,7 +253,7 @@ public class LockableFileWriter extends Writer {
     }
 
     /**
-     * Initialise the wrapped file writer.
+     * Initialize the wrapped file writer.
      * Ensure that a cleanup occurs if the writer creation fails.
      *
      * @param file  the file to be accessed