summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-02-05 18:57:01 +0000
committerceri <ceri@FreeBSD.org>2006-02-05 18:57:01 +0000
commit697a8c4b0d896743dade5a413934a3748ffaa20c (patch)
tree0bc7b26ab3d641b28af3657e451d2bccb1357efc /usr.sbin/sysinstall
parentddacd8231e87db232434319a41e4a3a1e9c3f35d (diff)
downloadFreeBSD-src-697a8c4b0d896743dade5a413934a3748ffaa20c.zip
FreeBSD-src-697a8c4b0d896743dade5a413934a3748ffaa20c.tar.gz
Correct a user-visible typo.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 7db8e22..c2eec9b 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -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 } },
};
OpenPOWER on IntegriCloud