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

- s/priviledged/privileged/

(cherry picked from commit 72a92f91f4)
This commit is contained in:
Gordon Bergling 2021-08-23 09:21:28 +02:00
parent 5a67aaf1fa
commit 08fe2da3ce

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