aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2003-02-19 21:48:28 +0000
committerCeri Davies <ceri@FreeBSD.org>2003-02-19 21:48:28 +0000
commit1fd65abf88137d856b5b62d0e09805e8a41d9230 (patch)
tree102bc596c0ff3a23dfb45dd8b1f18339331c35ae
parent8480cc638e1fb23a20217cdd20467bdc30ac58e8 (diff)
downloadsrc-1fd65abf88137d856b5b62d0e09805e8a41d9230.tar.gz
src-1fd65abf88137d856b5b62d0e09805e8a41d9230.zip
s/to try and retry/to retry/
PR: misc/48226 Submitted by: Gary W. Swearingen <swear@attbi.com> MFC After: 2 days Approved by: murray (mentor)
Notes
Notes: svn path=/head/; revision=111142
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sysinstall/install.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 359040546191..59dc6ea5c5ea 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -588,7 +588,7 @@ nodisks:
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 choose \"No\" at the next\n"
- "prompt and go back into the installation menus to try and retry\n"
+ "prompt and go back into the installation menus to retry\n"
"whichever operations have failed.");
return i;
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 359040546191..59dc6ea5c5ea 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -588,7 +588,7 @@ nodisks:
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 choose \"No\" at the next\n"
- "prompt and go back into the installation menus to try and retry\n"
+ "prompt and go back into the installation menus to retry\n"
"whichever operations have failed.");
return i;