Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 21:47:31 GMT
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bbff3a72b23a - main - Fix typo in pwait.c introduced in 5bdce6ff546e
Message-ID:  <202101212147.10LLlVp5043668@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by melifaro:

URL: https://cgit.FreeBSD.org/src/commit/?id=bbff3a72b23a389aebd492ad7c9db9a51166e907

commit bbff3a72b23a389aebd492ad7c9db9a51166e907
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2021-01-21 21:43:27 +0000
Commit:     Alexander V. Chernikov <melifaro@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++) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212147.10LLlVp5043668>