Skip to content

Commit 44b355f

Browse files
committed
2 parents 935fb38 + b626dc9 commit 44b355f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/test/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static void assertEqualContent(final char[] c0, final Path file) throws I
116116
*/
117117
private static void assertEqualContent(final File f0, final File f1)
118118
throws IOException {
119-
/* This doesn't work because the filesize isn't updated until the file
119+
/* This doesn't work because the file size isn't updated until the file
120120
* is closed.
121121
assertTrue( "The files " + f0 + " and " + f1 +
122122
" have differing file sizes (" + f0.length() +

0 commit comments

Comments
 (0)