From ebedbe8997506e86761b00b86fc94d630985eae1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Sep 2025 11:30:40 -0700 Subject: [PATCH] maint: comment spelling fixes --- gl/lib/xdectoint.h | 2 +- tests/cksum/cksum-c.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3