nfsstat(1): Fix a typo in an error message
- s/priviledged/privileged/ MFC after: 1 week
This commit is contained in:
parent
54a3415cb6
commit
72a92f91f4
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user