1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Typo: s/seperately/separately

PR:		misc/41235
Submitted by:	Fesskat Tudeer <freebsd-fesskat@fesskat.org>
MFC after:	3 days
This commit is contained in:
Jens Schweikhardt 2002-08-06 20:36:02 +00:00
parent 7ed000f774
commit 5333b7726b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101441
3 changed files with 3 additions and 3 deletions

View File

@ -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));

View File

@ -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"

View File

@ -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));