aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/menus.c12
-rw-r--r--usr.sbin/sade/menus.c12
-rw-r--r--usr.sbin/sysinstall/menus.c12
3 files changed, 18 insertions, 18 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 53c5895c1a397..2958eb5df0bef 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.167 1998/07/20 10:48:11 yokota Exp $
+ * $Id: menus.c,v 1.168 1998/07/21 06:44:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1203,15 +1203,15 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
- { "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
- dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
+ { "TCP Extensions", "Allow RFC1323 and RFC1644 TCP extensions?",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extensions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
#ifdef NETCON_EXTENTIONS
{ "Netcon", "Install the Novell client/server demo package",
dmenuVarCheck, configNovell, NULL, "novell" },
#endif
- { "Ntpdate", "Select a clock-syncronization server",
+ { "Ntpdate", "Select a clock-synchronization server",
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
{ "router", "Select routing daemon (default: routed)",
dmenuVarCheck, configRouter, NULL, "router" },
@@ -1229,9 +1229,9 @@ DMenu MenuNetworking = {
DMenu MenuNTP = {
DMENU_RADIO_TYPE | DMENU_SELECTION_RETURNS,
"NTPDATE Server Selection",
- "There are a number of time syncronization servers available\n"
+ "There are a number of time synchronization servers available\n"
"for public use around the Internet. Please select one reasonably\n"
- "close to you to have your system time syncronized accordingly.",
+ "close to you to have your system time synchronized accordingly.",
"These are the primary open-access NTP servers",
NULL,
{ { "None", "No ntp server",
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 53c5895c1a397..2958eb5df0bef 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.167 1998/07/20 10:48:11 yokota Exp $
+ * $Id: menus.c,v 1.168 1998/07/21 06:44:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1203,15 +1203,15 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
- { "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
- dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
+ { "TCP Extensions", "Allow RFC1323 and RFC1644 TCP extensions?",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extensions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
#ifdef NETCON_EXTENTIONS
{ "Netcon", "Install the Novell client/server demo package",
dmenuVarCheck, configNovell, NULL, "novell" },
#endif
- { "Ntpdate", "Select a clock-syncronization server",
+ { "Ntpdate", "Select a clock-synchronization server",
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
{ "router", "Select routing daemon (default: routed)",
dmenuVarCheck, configRouter, NULL, "router" },
@@ -1229,9 +1229,9 @@ DMenu MenuNetworking = {
DMenu MenuNTP = {
DMENU_RADIO_TYPE | DMENU_SELECTION_RETURNS,
"NTPDATE Server Selection",
- "There are a number of time syncronization servers available\n"
+ "There are a number of time synchronization servers available\n"
"for public use around the Internet. Please select one reasonably\n"
- "close to you to have your system time syncronized accordingly.",
+ "close to you to have your system time synchronized accordingly.",
"These are the primary open-access NTP servers",
NULL,
{ { "None", "No ntp server",
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 53c5895c1a397..2958eb5df0bef 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.167 1998/07/20 10:48:11 yokota Exp $
+ * $Id: menus.c,v 1.168 1998/07/21 06:44:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1203,15 +1203,15 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
- { "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
- dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
+ { "TCP Extensions", "Allow RFC1323 and RFC1644 TCP extensions?",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extensions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
#ifdef NETCON_EXTENTIONS
{ "Netcon", "Install the Novell client/server demo package",
dmenuVarCheck, configNovell, NULL, "novell" },
#endif
- { "Ntpdate", "Select a clock-syncronization server",
+ { "Ntpdate", "Select a clock-synchronization server",
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
{ "router", "Select routing daemon (default: routed)",
dmenuVarCheck, configRouter, NULL, "router" },
@@ -1229,9 +1229,9 @@ DMenu MenuNetworking = {
DMenu MenuNTP = {
DMENU_RADIO_TYPE | DMENU_SELECTION_RETURNS,
"NTPDATE Server Selection",
- "There are a number of time syncronization servers available\n"
+ "There are a number of time synchronization servers available\n"
"for public use around the Internet. Please select one reasonably\n"
- "close to you to have your system time syncronized accordingly.",
+ "close to you to have your system time synchronized accordingly.",
"These are the primary open-access NTP servers",
NULL,
{ { "None", "No ntp server",