Ver Fonte

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

Typo fix ScriptRunner.pas
Martijn Laan há 7 anos atrás
pai
commit
0d1f181954
1 ficheiros alterados com 1 adições e 1 exclusões
  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;