- Improve wording in error message.

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-07 12:18:36 +00:00
parent 95da177b09
commit 1819eee436

View File

@ -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);
}