mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Correct a user-visible typo.
This commit is contained in:
parent
a8d7f86323
commit
759d68677f
2 changed files with 2 additions and 2 deletions
|
|
@ -2225,7 +2225,7 @@ DMenu MenuSecurity = {
|
|||
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
|
||||
#endif
|
||||
{ " NFS port", "Require that the NFS clients used reserved ports",
|
||||
{ " NFS port", "Require that the NFS clients use reserved ports",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2225,7 +2225,7 @@ DMenu MenuSecurity = {
|
|||
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
|
||||
#endif
|
||||
{ " NFS port", "Require that the NFS clients used reserved ports",
|
||||
{ " NFS port", "Require that the NFS clients use reserved ports",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue