diff options
author | ceri <ceri@FreeBSD.org> | 2006-11-07 23:54:14 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2006-11-07 23:54:14 +0000 |
commit | 0c2fa6c52c1266ecfbf3b99e2c6c0377acac1444 (patch) | |
tree | 8c4923a3109cd18dfb0d4ce0754abaea38c927a8 | |
parent | 883def490b09e755c3e81e262b808f4ae12963a6 (diff) | |
download | FreeBSD-src-0c2fa6c52c1266ecfbf3b99e2c6c0377acac1444.zip FreeBSD-src-0c2fa6c52c1266ecfbf3b99e2c6c0377acac1444.tar.gz |
Fix typos in comments.
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 2 |
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; } |