From: Ivan Radić Date: Sun, 3 Jul 2022 21:34:25 +0000 (+0200) Subject: maint: fix comment typo X-Git-Tag: v9.2~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa332d998c635819840bdde16b382066961cb99d;p=thirdparty%2Fcoreutils.git maint: fix comment typo * src/uniq.c: s/preceges/precedes/ --- diff --git a/src/uniq.c b/src/uniq.c index e5996f0d0c..c94620b689 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -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 */