Browse Source

Merge pull request #257 from jogo-/patch-9

Typo fix ScriptRunner.pas
Martijn Laan 7 years ago
parent
commit
0d1f181954
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/ScriptRunner.pas

+ 1 - 1
Projects/ScriptRunner.pas

@@ -264,7 +264,7 @@ begin
 
   if DllName <> '' then begin
     if Result then
-      ScriptRunner.LogFmt('Succesfully imported the DLL function. Delay loaded? %s', [SYesNo[DelayLoad]])
+      ScriptRunner.LogFmt('Successfully imported the DLL function. Delay loaded? %s', [SYesNo[DelayLoad]])
     else
       ScriptRunner.LogFmt('Failed to import the DLL function (%d).', [ErrorCode]);
   end;