diff options
author | jkh <jkh@FreeBSD.org> | 2000-03-10 19:53:53 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-03-10 19:53:53 +0000 |
commit | a001dc9f6e4119027dd7f69e9fed68ec889583bd (patch) | |
tree | a99e0e6f00254f25e5eb8922e0b8383311cde125 /usr.sbin/sysinstall/menus.c | |
parent | 080f5595781aefa19219f414ca56591f0ccc10a2 (diff) | |
download | FreeBSD-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/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 6 |
1 files changed, 3 insertions, 3 deletions
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", |