From bbff3a72b23a389aebd492ad7c9db9a51166e907 Mon Sep 17 00:00:00 2001 From: "Alexander V. Chernikov" Date: Thu, 21 Jan 2021 21:43:27 +0000 Subject: [PATCH] Fix typo in pwait.c introduced in 5bdce6ff546e Reported by: kevans --- bin/pwait/pwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index 85cc6b994acf..66919ffa1c42 100644 --- a/bin/pwait/pwait.c +++ b/bin/pwait/pwait.c @@ -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++) {