Correct typo.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@926 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
ece15c38f7
commit
c65b5e3b53
@ -2601,7 +2601,7 @@ VOID DoInstall(void)
|
||||
for (i = 0; i < numInstallCmds; i++)
|
||||
{
|
||||
InstallPrintf(("%d:%s\n",i,InstallCommands[i].buffer));
|
||||
set_stragegy(InstallCommands[i].mode);
|
||||
set_strategy(InstallCommands[i].mode);
|
||||
InstallExec(&InstallCommands[i]);
|
||||
}
|
||||
set_strategy(FIRST_FIT);
|
||||
|
Loading…
Reference in New Issue
Block a user