diff options
author | ceri <ceri@FreeBSD.org> | 2003-02-19 21:48:28 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-02-19 21:48:28 +0000 |
commit | e7c18881a0bf0ba8620d4b0347f9acf5623ff365 (patch) | |
tree | 102bc596c0ff3a23dfb45dd8b1f18339331c35ae /usr.sbin | |
parent | 6da26d63a2f9f5849a2efa9690e252089cc9bd6c (diff) | |
download | FreeBSD-src-e7c18881a0bf0ba8620d4b0347f9acf5623ff365.zip FreeBSD-src-e7c18881a0bf0ba8620d4b0347f9acf5623ff365.tar.gz |
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)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 3590405..59dc6ea 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 3590405..59dc6ea 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; |