1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-11 05:38:00 -05:00

Succesfully' -> Successfully'. Fixes the side note for 111.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@563 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Nava2 2010-02-27 15:55:31 +00:00
parent 570af87a8a
commit 7c081c53b2

View File

@ -723,11 +723,11 @@ begin
HandleError(PSScript.ExecErrorRow,PSScript.ExecErrorCol,PSScript.ExecErrorPosition,PSScript.ExecErrorToString,
errRuntime, PSScript.ExecErrorFileName)
else
psWriteln('Succesfully executed');
psWriteln('Successfully executed.');
end else
begin
OutputMessages;
psWriteln('Compiling failed');
psWriteln('Compiling failed.');
end;
except
on E : Exception do