summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-11-11 10:43:11 +0000
committerceri <ceri@FreeBSD.org>2006-11-11 10:43:11 +0000
commit65811bee7ffb0600e2aff61a1c203f7ffda56c6d (patch)
treeb919d4d15b0beac0acff09f9e5359b3e21b1f86c /usr.sbin/sysinstall
parent92e293b46f2f3100f87666ff77dff000a40bc93e (diff)
downloadFreeBSD-src-65811bee7ffb0600e2aff61a1c203f7ffda56c6d.zip
FreeBSD-src-65811bee7ffb0600e2aff61a1c203f7ffda56c6d.tar.gz
Fix a pair of user-visible typos.
Approved by: ru (mentor)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index d34d5d6..dbbb446 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -330,7 +330,7 @@ media:
return DITEM_FAILURE | DITEM_REDRAW | DITEM_RESTORE;
}
- msgNotify("Beginning extraction of distributions..");
+ msgNotify("Beginning extraction of distributions.");
if (DITEM_STATUS(distExtractAll(self)) == DITEM_FAILURE) {
msgConfirm("Hmmmm. We couldn't even extract the base distribution. This upgrade\n"
"should be considered a failure and started from the beginning, sorry!\n"
@@ -476,7 +476,7 @@ installUpgradeNonInteractive(dialogMenuItem *self)
vsystem("cp -Rp /boot/kernel /boot/kernel.prev");
}
- msgNotify("Beginning extraction of distributions..");
+ msgNotify("Beginning extraction of distributions.");
if (DITEM_STATUS(distExtractAll(self)) == DITEM_FAILURE) {
msgConfirm("Hmmmm. We couldn't even extract the base distribution. This upgrade\n"
"should be considered a failure and started from the beginning, sorry!\n"
OpenPOWER on IntegriCloud