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

commit 42abe84b246493030191ea61e317e09cdc84ae6c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 6 18:48:21 2024 -0400

    Javadoc fix
---
 .../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 5660de16a..9599edc8c 100644
--- a/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
@@ -68,7 +68,7 @@ public class DeferredFileOutputStream extends 
ThresholdingOutputStream {
      *   .get();}
      * </pre>
      * <p>
-     * The only super's aspect used us buffer size.
+     * The only super's aspect used is buffer size.
      * </p>
      *
      * @see #get()

Reply via email to