Skip to content

Commit

Permalink
Comment: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 10, 2024
1 parent eb402e3 commit b626dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/io/test/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static void assertEqualContent(final char[] c0, final Path file) throws I
*/
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() +
Expand Down

0 comments on commit b626dc9

Please sign in to comment.