git: bbff3a72b23a - main - Fix typo in pwait.c introduced in 5bdce6ff546e
Alexander V. Chernikov
melifaro at FreeBSD.org
Thu Jan 21 21:47:31 UTC 2021
The branch main has been updated by melifaro:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbff3a72b23a389aebd492ad7c9db9a51166e907
commit bbff3a72b23a389aebd492ad7c9db9a51166e907
Author: Alexander V. Chernikov <melifaro at FreeBSD.org>
AuthorDate: 2021-01-21 21:43:27 +0000
Commit: Alexander V. Chernikov <melifaro at FreeBSD.org>
CommitDate: 2021-01-21 21:43:27 +0000
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++) {
More information about the dev-commits-src-main
mailing list