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 b626dc945 Comment: Fix spelling b626dc945 is described below commit b626dc945bad8e307d305562341a0617f7e7ad8b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 10 09:33:09 2024 -0500 Comment: Fix spelling --- src/test/java/org/apache/commons/io/test/TestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/test/TestUtils.java b/src/test/java/org/apache/commons/io/test/TestUtils.java index 3a01f702f..987fd89ce 100644 --- a/src/test/java/org/apache/commons/io/test/TestUtils.java +++ b/src/test/java/org/apache/commons/io/test/TestUtils.java @@ -116,7 +116,7 @@ public abstract class TestUtils { */ private static void assertEqualContent(final File f0, final File f1) throws IOException { - /* This doesn't work because the filesize isn't updated until the file + /* This doesn't work because the file size isn't updated until the file * is closed. assertTrue( "The files " + f0 + " and " + f1 + " have differing file sizes (" + f0.length() +