From ab08afd9c1c750b363685bc025bfaf791ccf9dad Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Thu, 22 Sep 2011 01:29:52 +0200 Subject: [PATCH] Fix spelling mistakes. --- Projects/Simba/psextension.pas | 2 +- Projects/Simba/simbaunit.pas | 2 +- Projects/Simba/updateform.pas | 3 ++- Units/MMLAddon/mmlpsthread.pas | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Projects/Simba/psextension.pas b/Projects/Simba/psextension.pas index 7a7a2f3..f794ea3 100644 --- a/Projects/Simba/psextension.pas +++ b/Projects/Simba/psextension.pas @@ -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; diff --git a/Projects/Simba/simbaunit.pas b/Projects/Simba/simbaunit.pas index 4872c7a..4b3e0f5 100644 --- a/Projects/Simba/simbaunit.pas +++ b/Projects/Simba/simbaunit.pas @@ -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; diff --git a/Projects/Simba/updateform.pas b/Projects/Simba/updateform.pas index 1f3566b..4fa8ee3 100644 --- a/Projects/Simba/updateform.pas +++ b/Projects/Simba/updateform.pas @@ -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 diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index 6f194f7..fb3f1a5 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -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;