From 72a92f91f466fdb73071ec28982b9f4d4cf9b672 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 23 Aug 2021 09:21:28 +0200 Subject: [PATCH] nfsstat(1): Fix a typo in an error message - s/priviledged/privileged/ MFC after: 1 week --- 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 72a2c08963cf..e2d747634bcc 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -182,7 +182,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++;