mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Fix spelling mistakes.
This commit is contained in:
parent
b1f02535ff
commit
ab08afd9c1
@ -399,7 +399,7 @@ begin
|
||||
end;
|
||||
|
||||
if InitScript then
|
||||
mDebugLn('Init procedure succesfully called')
|
||||
mDebugLn('Init procedure successfully called')
|
||||
else
|
||||
mDebugLn('Init procedure didn''t execute right, or couldn''t be found');
|
||||
Enabled:= FWorking;
|
||||
|
@ -3172,7 +3172,7 @@ begin
|
||||
Idler;
|
||||
if UnTarrer.Result then
|
||||
begin;
|
||||
FormWriteln('Succesfully installed the new fonts!');
|
||||
FormWriteln('Successfully installed the new fonts!');
|
||||
SetSetting('Settings/Fonts/Version',IntToStr(LatestVersion),true);
|
||||
if Assigned(self.OCR_Fonts) then
|
||||
self.OCR_Fonts.Free;
|
||||
|
@ -241,7 +241,8 @@ begin
|
||||
FCancelling := False;
|
||||
FCancelled := True;
|
||||
DownloadSpeed.Visible := false;
|
||||
Self.UpdateLog.Lines.Add('Download stopped at '+inttostr(DownloadProgress.Position)+'%... Simba did not succesfully update.');
|
||||
Self.UpdateLog.Lines.Add('Download stopped at '+inttostr(DownloadProgress.Position)+
|
||||
'%... Simba did not successfully update.');
|
||||
// more detailed info
|
||||
mDebugLn('EXCEPTION IN UPDATEFORM: We either hit Cancel, or something went wrong with files');
|
||||
if FileExists(Updater.BasePath + Updater.ReplacementFile + '_') then
|
||||
|
@ -964,7 +964,7 @@ begin
|
||||
if PSScript.Compile then
|
||||
begin
|
||||
OutputMessages;
|
||||
psWriteln('Compiled succesfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
psWriteln('Compiled successfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
if CompileOnly then
|
||||
exit;
|
||||
// if not (ScriptState = SCompiling) then
|
||||
@ -1208,7 +1208,7 @@ begin
|
||||
RUTIS.Compile;
|
||||
if not RUTIS.CompilerError then
|
||||
begin
|
||||
psWriteln('Compiled succesfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
psWriteln('Compiled successfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
if CompileOnly then
|
||||
exit;
|
||||
RUTIS.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user