Skip to content

Commit a8978e8

Browse files
author
Gary Gregory
committed
Normalize spelling.
1 parent 4c5fb3b commit a8978e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected OutputStream getStream() throws IOException
206206

207207
/**
208208
* Switches the underlying output stream from a memory based stream to one
209-
* that is backed by disk. This is the point at which we realise that too
209+
* that is backed by disk. This is the point at which we realize that too
210210
* much data is being written to keep in memory, so we elect to switch to
211211
* disk-based storage.
212212
*

0 commit comments

Comments
 (0)