Fix typos in comments.

This commit is contained in:
Ceri Davies 2006-11-07 23:54:14 +00:00
parent c5f41de11c
commit 46bcfc7375
2 changed files with 2 additions and 2 deletions

View File

@ -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) */

View File

@ -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;
}