Fix typos in comments.
This commit is contained in:
parent
c5f41de11c
commit
46bcfc7375
@ -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) */
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user