summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-09-21 11:30:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2025-09-21 11:30:40 -0700
commitebedbe8997506e86761b00b86fc94d630985eae1 (patch)
tree65999ff7cd286d2c99037559d3cc7b93fa187c5a
parenttests: fix OMP_NUM_THREADS misspelling (diff)
downloadcoreutils-ebedbe8997506e86761b00b86fc94d630985eae1.tar.gz
coreutils-ebedbe8997506e86761b00b86fc94d630985eae1.zip
maint: comment spelling fixes
-rw-r--r--gl/lib/xdectoint.h2
-rwxr-xr-xtests/cksum/cksum-c.sh2
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