From 27c76b83b44e0d6660dbe46ac86db43a0cecb59c Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sat, 19 Aug 2023 16:45:17 +0100 Subject: [PATCH] maint: comment spelling fix * tests/split/l-chunk-root.sh: Fix recently introduced typo. --- tests/split/l-chunk-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/split/l-chunk-root.sh b/tests/split/l-chunk-root.sh index 352b3d28aa..e439bfb6e9 100755 --- a/tests/split/l-chunk-root.sh +++ b/tests/split/l-chunk-root.sh @@ -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 -- 2.47.2