mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 16:11:08 +03:00
Fix typo in function name
This commit is contained in:
parent
b6ad8b69ab
commit
f5b56ce346
3 changed files with 3 additions and 3 deletions
|
@ -363,7 +363,7 @@ void deleteExecutable()
|
|||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int runExectuable()
|
||||
int runExecutable()
|
||||
{
|
||||
assert(!gExePath.isEmpty());
|
||||
assert(gExePath.isValid());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue