]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: comment spelling fix
authorPádraig Brady <P@draigBrady.com>
Sat, 19 Aug 2023 15:45:17 +0000 (16:45 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 19 Aug 2023 15:45:17 +0000 (16:45 +0100)
* tests/split/l-chunk-root.sh: Fix recently introduced typo.

tests/split/l-chunk-root.sh

index 352b3d28aa4b8659f1dde4bddb13355bfc57aa7a..e439bfb6e9218f881b1927813156b3ec6f594028 100755 (executable)
@@ -31,7 +31,7 @@ mount -oloop blob mnt                     ||
   skip_ "insufficient mount/ext2 support"
 export TMPDIR="$cwd/mnt"
 
-# 'split' should fail eventially when
+# 'split' should fail eventually when
 # creating an infinitely long output file.
 
 returns_ 1 split -n l/2 /dev/zero || fail=1