From: Paul Eggert Date: Sun, 21 Sep 2025 18:30:40 +0000 (-0700) Subject: maint: comment spelling fixes X-Git-Tag: v9.8~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebedbe8997506e86761b00b86fc94d630985eae1;p=thirdparty%2Fcoreutils.git maint: comment spelling fixes --- diff --git a/gl/lib/xdectoint.h b/gl/lib/xdectoint.h index 1ee4865068..c4386a10c3 100644 --- a/gl/lib/xdectoint.h +++ b/gl/lib/xdectoint.h @@ -20,7 +20,7 @@ # include -/* Flags for xnumtoimax and xnumtoumax. They can be ORed togethar. */ +/* Flags for xnumtoimax and xnumtoumax. They can be ORed together. */ enum { /* If the number is less than MIN, do not diagnose the problem; diff --git a/tests/cksum/cksum-c.sh b/tests/cksum/cksum-c.sh index 2e3675717b..95ceb4f334 100755 --- a/tests/cksum/cksum-c.sh +++ b/tests/cksum/cksum-c.sh @@ -79,7 +79,7 @@ grep '1 line is improperly formatted' out || fail=1 cksum --strict --check CHECKSUMS >out 2>&1 && fail=1 grep '1 line is improperly formatted' out || fail=1 echo "invalid line" >> CHECKSUMS -# plurial checks +# plurality checks cksum --strict --check CHECKSUMS >out 2>&1 && fail=1 grep '2 lines are improperly formatted' out || fail=1