mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Fix typo in function name
This commit is contained in:
@@ -363,7 +363,7 @@ void deleteExecutable()
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int runExectuable()
|
||||
int runExecutable()
|
||||
{
|
||||
assert(!gExePath.isEmpty());
|
||||
assert(gExePath.isValid());
|
||||
|
||||
Reference in New Issue
Block a user