mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
nfsstat(1): Fix a typo in an error message
- s/priviledged/privileged/
(cherry picked from commit 72a92f91f4)
This commit is contained in:
parent
5a67aaf1fa
commit
08fe2da3ce
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