Correct a user-visible typo.

This commit is contained in:
Ceri Davies 2006-02-05 18:57:01 +00:00
parent a8d7f86323
commit 759d68677f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155348
2 changed files with 2 additions and 2 deletions

View File

@ -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 } },
};

View File

@ -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 } },
};