diff gen/linker.cpp @ 1313:2bebd938548f

Fix typo in function name
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 07 May 2009 15:33:06 +0200
parents 847b767b2d0b
children 2292878925f4
line wrap: on
line diff
--- a/gen/linker.cpp	Thu May 07 21:07:50 2009 +0200
+++ b/gen/linker.cpp	Thu May 07 15:33:06 2009 +0200
@@ -363,7 +363,7 @@
 
 //////////////////////////////////////////////////////////////////////////////
 
-int runExectuable()
+int runExecutable()
 {
     assert(!gExePath.isEmpty());
     assert(gExePath.isValid());