aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-08-06 20:36:02 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-08-06 20:36:02 +0000
commit5333b7726b2686a51f827e03f7c7facecd9acda6 (patch)
treee34839ca801e9b9af77ceccf0a10594f91bf5f4e /usr.sbin/sysinstall
parent7ed000f7746c27550de368684e917a3790a92d0e (diff)
downloadsrc-5333b7726b2686a51f827e03f7c7facecd9acda6.tar.gz
src-5333b7726b2686a51f827e03f7c7facecd9acda6.zip
Typo: s/seperately/separately
PR: misc/41235 Submitted by: Fesskat Tudeer <freebsd-fesskat@fesskat.org> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=101441
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/anonFTP.c2
-rw-r--r--usr.sbin/sysinstall/config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/anonFTP.c b/usr.sbin/sysinstall/anonFTP.c
index 1902a5dee581..f79974b56b9c 100644
--- a/usr.sbin/sysinstall/anonFTP.c
+++ b/usr.sbin/sysinstall/anonFTP.c
@@ -244,7 +244,7 @@ configAnonFTP(dialogMenuItem *self __unused)
"FTP server, if FTP service is enabled. Anonymous users are\n"
"restricted to a specific subset of the file system, and the default\n"
"configuration provides a drop-box incoming directory to which uploads\n"
- "are permitted. You must seperately enable both inetd(8), and enable\n"
+ "are permitted. You must separately enable both inetd(8), and enable\n"
"ftpd(8) in inetd.conf(5) for FTP services to be available. If you\n"
"did not do so earlier, you will have the opportunity to enable inetd(8)\n"
"again later.\n\n"
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index 8878d5bc4a85..167927a9f826 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -938,7 +938,7 @@ configInetd(dialogMenuItem *self)
"inetd.conf(5) leaves all services disabled by default, so they must be\n"
"specifically enabled in the configuration file before they will\n"
"function, even once inetd(8) is enabled. Note that services for\n"
- "IPv6 must be seperately enabled from IPv4 services.\n\n"
+ "IPv6 must be separately enabled from IPv4 services.\n\n"
"Select [Yes] now to invoke an editor on /etc/inetd.conf, or [No] to\n"
"use the current settings.\n")) {
sprintf(cmd, "%s /etc/inetd.conf", variable_get(VAR_EDITOR));