Simba: Fix spelling.

This commit is contained in:
Merlijn Wajer 2011-03-13 11:05:24 +01:00
parent 5d4fb24153
commit 230b825388
1 changed files with 1 additions and 1 deletions

View File

@ -1588,7 +1588,7 @@ begin
ScriptFile:= SetDirSeparators(Filename);
ScriptName:= ExtractFileNameOnly(ScriptFile);
mDebugLn('Script name will be: ' + ScriptName);
FormWritelnEx('Succesfully saved: ' + ScriptFile);
FormWritelnEx('Successfully saved: ' + ScriptFile);
StartText:= SynEdit.Lines.Text;
ScriptChanged := false;
SynEdit.MarkTextAsSaved;