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

@@ -363,7 +363,7 @@ void deleteExecutable()
//////////////////////////////////////////////////////////////////////////////
int runExectuable()
int runExecutable()
{
assert(!gExePath.isEmpty());
assert(gExePath.isValid());