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 a8978e8 Normalize spelling. a8978e8 is described below commit a8978e81b19875636e932bd22e1117b5efeefcfa Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jan 8 16:14:49 2021 -0500 Normalize spelling. --- .../java/org/apache/commons/io/output/DeferredFileOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java b/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java index 6ceeacc..dc38981 100644 --- a/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java +++ b/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java @@ -206,7 +206,7 @@ public class DeferredFileOutputStream /** * Switches the underlying output stream from a memory based stream to one - * 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 * much data is being written to keep in memory, so we elect to switch to * disk-based storage. *