summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-08-06 20:36:02 +0000
committerschweikh <schweikh@FreeBSD.org>2002-08-06 20:36:02 +0000
commit3b969f79ee83ccf8673a130096e1f24831b71227 (patch)
treee34839ca801e9b9af77ceccf0a10594f91bf5f4e /usr.sbin
parentb00befaa7abe7f3fb8117f14fa07edea7a28975e (diff)
downloadFreeBSD-src-3b969f79ee83ccf8673a130096e1f24831b71227.zip
FreeBSD-src-3b969f79ee83ccf8673a130096e1f24831b71227.tar.gz
Typo: s/seperately/separately
PR: misc/41235 Submitted by: Fesskat Tudeer <freebsd-fesskat@fesskat.org> MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/config.c2
-rw-r--r--usr.sbin/sysinstall/anonFTP.c2
-rw-r--r--usr.sbin/sysinstall/config.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 8878d5b..167927a 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/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));
diff --git a/usr.sbin/sysinstall/anonFTP.c b/usr.sbin/sysinstall/anonFTP.c
index 1902a5d..f79974b 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 8878d5b..167927a 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));
OpenPOWER on IntegriCloud