From 1819eee436198b52c30bfdd4a15fb3c6a5f2aef1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 7 Dec 2006 12:18:36 +0000 Subject: - Improve wording in error message. --- networking/libiproute/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index e608531..fc6aff1 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -255,7 +255,7 @@ void duparg(char *key, char *arg) void duparg2(char *key, char *arg) { - bb_error_msg("either \"%s\" is duplicate, or \"%s\" is a garbage", key, arg); + bb_error_msg("either \"%s\" is duplicate, or \"%s\" is garbage", key, arg); exit(-1); } -- cgit v1.1