Fix spelling mistakes.

This commit is contained in:
Merlijn Wajer 2011-09-22 01:29:52 +02:00
parent b1f02535ff
commit ab08afd9c1
4 changed files with 6 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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;