]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: comment spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2025 18:30:40 +0000 (11:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2025 18:30:40 +0000 (11:30 -0700)
gl/lib/xdectoint.h
tests/cksum/cksum-c.sh

index 1ee4865068dcf3ea98a5fb34fd52d0b4a734f0ad..c4386a10c33865f52ab9008e576d43ad9125ea8c 100644 (file)
@@ -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;
index 2e3675717b5be9ac130995407b86119d1dc1ab9e..95ceb4f334d107b9723da3d8d246ce1d995820d2 100755 (executable)
@@ -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