comparison 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
comparison
equal deleted inserted replaced
1312:c8b9406d84ca 1313:2bebd938548f
39 39
40 /** 40 /**
41 * Runs the executable that was previously linked with linkExecutable. 41 * Runs the executable that was previously linked with linkExecutable.
42 * @return the return status of the executable. 42 * @return the return status of the executable.
43 */ 43 */
44 int runExectuable(); 44 int runExecutable();
45 45
46 #endif // LDC_GEN_LINKER_H 46 #endif // LDC_GEN_LINKER_H