aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index e6085319c..fc6aff1d1 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);
}