mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue