xargs: Fix typo in error message.
MFC after: 1 week Sponsored by: Klara, Inc.
This commit is contained in:
parent
7ba6119e22
commit
6d777389e1
@ -526,7 +526,7 @@ prerun(int argc, char *argv[])
|
||||
*tmp = *avj++;
|
||||
if (repls && strstr(*tmp, replstr) != NULL) {
|
||||
if (strnsubst(tmp++, replstr, inpline, (size_t)Sflag)) {
|
||||
warnx("comamnd line cannot be assembled, too long");
|
||||
warnx("command line cannot be assembled, too long");
|
||||
xexit(*argv, 1);
|
||||
}
|
||||
if (repls > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user