summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-10 19:53:53 +0000
committerjkh <jkh@FreeBSD.org>2000-03-10 19:53:53 +0000
commita001dc9f6e4119027dd7f69e9fed68ec889583bd (patch)
treea99e0e6f00254f25e5eb8922e0b8383311cde125 /usr.sbin
parent080f5595781aefa19219f414ca56591f0ccc10a2 (diff)
downloadFreeBSD-src-a001dc9f6e4119027dd7f69e9fed68ec889583bd.zip
FreeBSD-src-a001dc9f6e4119027dd7f69e9fed68ec889583bd.tar.gz
s/chose/choose/ in all the relevant places.
Noticed by: John Reynolds <jjreynold@home.com>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sade/menus.c6
-rw-r--r--usr.sbin/sysinstall/install.c2
-rw-r--r--usr.sbin/sysinstall/menus.c6
4 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 7c27138..29a4ca4 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -511,7 +511,7 @@ nodisks:
dialog_clear();
msgConfirm("Installation completed with some errors. You may wish to\n"
"scroll through the debugging messages on VTY1 with the\n"
- "scroll-lock feature. You can also chose \"No\" at the next\n"
+ "scroll-lock feature. You can also choose \"No\" at the next\n"
"prompt and go back into the installation menus to try and retry\n"
"whichever operations have failed.");
return i;
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index f78d7bb..8bc27ba 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -509,7 +509,7 @@ DMenu MenuMediaCDROM = {
DMenu MenuMediaFloppy = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Choose a Floppy drive",
- "You have more than one floppy drive. Please chose which drive\n"
+ "You have more than one floppy drive. Please choose which drive\n"
"you would like to use.",
NULL,
NULL,
@@ -773,7 +773,7 @@ DMenu MenuDistributions = {
"type of system in question. If you would prefer to pick and choose the\n"
"list of distributions yourself, simply select \"Custom\". You can also\n"
"pick a canned distribution set and then fine-tune it with the Custom item.\n\n"
- "Choose an item by pressing [SPACE]. When you are finished, chose the Exit\n"
+ "Choose an item by pressing [SPACE]. When you are finished, choose the Exit\n"
"item or press [ENTER].",
"Press F1 for more information on these options.",
"distributions",
@@ -1147,7 +1147,7 @@ DMenu MenuHTMLDoc = {
DMENU_NORMAL_TYPE,
"Select HTML Documentation pointer",
"Please select the body of documentation you're interested in, the main\n"
- "ones right now being the FAQ and the Handbook. You can also chose \"other\"\n"
+ "ones right now being the FAQ and the Handbook. You can also choose \"other\"\n"
"to enter an arbitrary URL for browsing.",
"Press F1 for more help on what you see here.",
"html",
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 7c27138..29a4ca4 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -511,7 +511,7 @@ nodisks:
dialog_clear();
msgConfirm("Installation completed with some errors. You may wish to\n"
"scroll through the debugging messages on VTY1 with the\n"
- "scroll-lock feature. You can also chose \"No\" at the next\n"
+ "scroll-lock feature. You can also choose \"No\" at the next\n"
"prompt and go back into the installation menus to try and retry\n"
"whichever operations have failed.");
return i;
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index f78d7bb..8bc27ba 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -509,7 +509,7 @@ DMenu MenuMediaCDROM = {
DMenu MenuMediaFloppy = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Choose a Floppy drive",
- "You have more than one floppy drive. Please chose which drive\n"
+ "You have more than one floppy drive. Please choose which drive\n"
"you would like to use.",
NULL,
NULL,
@@ -773,7 +773,7 @@ DMenu MenuDistributions = {
"type of system in question. If you would prefer to pick and choose the\n"
"list of distributions yourself, simply select \"Custom\". You can also\n"
"pick a canned distribution set and then fine-tune it with the Custom item.\n\n"
- "Choose an item by pressing [SPACE]. When you are finished, chose the Exit\n"
+ "Choose an item by pressing [SPACE]. When you are finished, choose the Exit\n"
"item or press [ENTER].",
"Press F1 for more information on these options.",
"distributions",
@@ -1147,7 +1147,7 @@ DMenu MenuHTMLDoc = {
DMENU_NORMAL_TYPE,
"Select HTML Documentation pointer",
"Please select the body of documentation you're interested in, the main\n"
- "ones right now being the FAQ and the Handbook. You can also chose \"other\"\n"
+ "ones right now being the FAQ and the Handbook. You can also choose \"other\"\n"
"to enter an arbitrary URL for browsing.",
"Press F1 for more help on what you see here.",
"html",
OpenPOWER on IntegriCloud