[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241228223346.369003-1-neil.svedberg@gmail.com>
Date: Sat, 28 Dec 2024 17:33:46 -0500
From: Neil Svedberg <neil.svedberg@...il.com>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org,
Neil Svedberg <neil.svedberg@...il.com>
Subject: [PATCH] iproute2: Fix grammar in duplicate argument error message
Change "is a garbage" to "is garbage". Because garbage is a collective
noun, it does not need the indefinite article.
Signed-off-by: Neil Svedberg <neil.svedberg@...il.com>
---
lib/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/utils.c b/lib/utils.c
index aea4e8b7..be2ce0fe 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -812,7 +812,7 @@ void duparg(const char *key, const char *arg)
void duparg2(const char *key, const char *arg)
{
fprintf(stderr,
- "Error: either \"%s\" is duplicate, or \"%s\" is a garbage.\n",
+ "Error: either \"%s\" is duplicate, or \"%s\" is garbage.\n",
key, arg);
exit(-1);
}
--
2.47.1
Powered by blists - more mailing lists