]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix comment typo
authorIvan Radić <ivan-radic@users.noreply.github.com>
Sun, 3 Jul 2022 21:34:25 +0000 (23:34 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Jul 2022 14:15:05 +0000 (15:15 +0100)
* src/uniq.c: s/preceges/precedes/

src/uniq.c

index e5996f0d0c2dec35e57c92c1fb6f31826a9835a2..c94620b68935dc9d7553cb5210ee0af9872eb802 100644 (file)
@@ -109,7 +109,7 @@ enum grouping_method
   /* No grouping, when "--group" isn't used */
   GM_NONE,
 
-  /* Delimiter preceges all groups.  --group=prepend */
+  /* Delimiter precedes all groups.  --group=prepend */
   GM_PREPEND,
 
   /* Delimiter follows all groups.   --group=append */