Skip to content

Commit ade3895

Browse files
author
Gary Gregory
committed
Normalize spelling of 'Initialize'.
1 parent 397f69d commit ade3895

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public FileWriterWithEncoding(final File file, final CharsetEncoder charsetEncod
214214

215215
//-----------------------------------------------------------------------
216216
/**
217-
* Initialise the wrapped file writer.
217+
* Initialize the wrapped file writer.
218218
* Ensure that a cleanup occurs if the writer creation fails.
219219
*
220220
* @param file the file to be accessed

src/main/java/org/apache/commons/io/output/LockableFileWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ private void createLock() throws IOException {
253253
}
254254

255255
/**
256-
* Initialise the wrapped file writer.
256+
* Initialize the wrapped file writer.
257257
* Ensure that a cleanup occurs if the writer creation fails.
258258
*
259259
* @param file the file to be accessed

0 commit comments

Comments
 (0)