Fix typo in function name

This commit is contained in:
Frits van Bommel
2009-05-07 15:33:06 +02:00
parent b6ad8b69ab
commit f5b56ce346
3 changed files with 3 additions and 3 deletions

View File

@@ -908,7 +908,7 @@ int main(int argc, char** argv)
{
if (!status)
{
status = runExectuable();
status = runExecutable();
/* Delete .obj files and .exe file
*/