xargs: Fix typo in error message.

MFC after:	1 week
Sponsored by:	Klara, Inc.
This commit is contained in:
Dag-Erling Smørgrav 2023-06-05 18:10:53 +02:00
parent 7ba6119e22
commit 6d777389e1

View File

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