nfsstat(1): Fix a typo in an error message

- s/priviledged/privileged/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2021-08-23 09:21:28 +02:00
parent 54a3415cb6
commit 72a92f91f4

View File

@ -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++;