The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7959cf4d6fc2fa9bd7bdbd1b6a947d93949c1765
commit 7959cf4d6fc2fa9bd7bdbd1b6a947d93949c1765 Author: Gordon Bergling <[email protected]> AuthorDate: 2021-08-23 07:21:28 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-08-30 05:45:46 +0000 nfsstat(1): Fix a typo in an error message - s/priviledged/privileged/ (cherry picked from commit 72a92f91f466fdb73071ec28982b9f4d4cf9b672) --- usr.bin/nfsstat/nfsstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 2f874b5227ca..4f832683a3f1 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -186,7 +186,7 @@ main(int argc, char **argv) mntbuf->f_mntfromname, mntbuf->f_mntonname, buf); else if (errno == EPERM) - errx(1, "Only priviledged users" + errx(1, "Only privileged users" " can use the -m option"); } mntbuf++; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
