diff gen/linker.h @ 1313:2bebd938548f

Fix typo in function name
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 07 May 2009 15:33:06 +0200
parents a8cb25d478c4
children
line wrap: on
line diff
--- a/gen/linker.h	Thu May 07 21:07:50 2009 +0200
+++ b/gen/linker.h	Thu May 07 15:33:06 2009 +0200
@@ -41,6 +41,6 @@
  * Runs the executable that was previously linked with linkExecutable.
  * @return the return status of the executable.
  */
-int runExectuable();
+int runExecutable();
 
 #endif // LDC_GEN_LINKER_H