summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sysinstall/install.c2
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 33b8217..f75c555 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -867,7 +867,7 @@ installFixupBase(dialogMenuItem *self)
Mkdir("/usr/compat");
vsystem("ln -s usr/compat /compat");
- /* BOGON #5: aliases database not build for bin */
+ /* BOGON #5: aliases database not built for bin */
vsystem("newaliases");
/* BOGON #6: Remove /stand (finally) */
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index a9c08d4..b45ac49 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -408,7 +408,7 @@ installUpgradeNonInteractive(dialogMenuItem *self)
return DITEM_FAILURE;
}
else {
- /* Enable all the drives befor we start */
+ /* Enable all the drives before we start */
for (i = 0; i < cnt; i++)
devs[i]->enabled = TRUE;
}
OpenPOWER on IntegriCloud