diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-21 11:30:40 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-21 11:30:40 -0700 |
| commit | ebedbe8997506e86761b00b86fc94d630985eae1 (patch) | |
| tree | 65999ff7cd286d2c99037559d3cc7b93fa187c5a | |
| parent | tests: fix OMP_NUM_THREADS misspelling (diff) | |
| download | coreutils-ebedbe8997506e86761b00b86fc94d630985eae1.tar.gz coreutils-ebedbe8997506e86761b00b86fc94d630985eae1.zip | |
maint: comment spelling fixes
| -rw-r--r-- | gl/lib/xdectoint.h | 2 | ||||
| -rwxr-xr-x | 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 1ee486506..c4386a10c 100644 --- a/gl/lib/xdectoint.h +++ b/gl/lib/xdectoint.h @@ -20,7 +20,7 @@ # include <inttypes.h> -/* 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 2e3675717..95ceb4f33 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 |
