From fa332d998c635819840bdde16b382066961cb99d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ivan=20Radi=C4=87?= Date: Sun, 3 Jul 2022 23:34:25 +0200 Subject: [PATCH] maint: fix comment typo * src/uniq.c: s/preceges/precedes/ --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2