diff options
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |