summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1998-09-09 05:09:55 +0000
committerdanny <danny@FreeBSD.org>1998-09-09 05:09:55 +0000
commitfbca1bfc8514de8dd00ee251bed52a0d77c26bdd (patch)
tree8cad964e55bdf5625fedf6053c795f268dfc31d6 /release
parentdfa12d74eb76a6fbdaf6de0d3a6d97c28c9bfc1d (diff)
downloadFreeBSD-src-fbca1bfc8514de8dd00ee251bed52a0d77c26bdd.zip
FreeBSD-src-fbca1bfc8514de8dd00ee251bed52a0d77c26bdd.tar.gz
Fix typos.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/menus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 53c5895..2958eb5 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",
OpenPOWER on IntegriCloud