We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5fb3b commit a8978e8Copy full SHA for a8978e8
src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
@@ -206,7 +206,7 @@ protected OutputStream getStream() throws IOException
206
207
/**
208
* 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
+ * that is backed by disk. This is the point at which we realize that too
210
* much data is being written to keep in memory, so we elect to switch to
211
* disk-based storage.
212
*
0 commit comments