Correct a user-visible typo.

This commit is contained in:
ceri 2006-02-05 18:57:01 +00:00
parent ddacd8231e
commit 697a8c4b0d
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 } },
};