Fix typo in pwait.c introduced in 5bdce6ff54

Reported by:	kevans
This commit is contained in:
Alexander V. Chernikov 2021-01-21 21:43:27 +00:00
parent 5bdce6ff54
commit bbff3a72b2

View file

@ -147,7 +147,7 @@ main(int argc, char *argv[])
continue;
}
if (pid == getpid()) {
warnx("%s: skiping my own pid", s);
warnx("%s: skipping my own pid", s);
continue;
}
for (i = 0; i < nleft; i++) {