* Fix typo

git-svn-id: trunk@48171 -
This commit is contained in:
michael 2021-01-18 15:30:19 +00:00
parent 005448f305
commit 92c3aedac4

View File

@ -338,7 +338,7 @@ begin
except
on E: EParserError do
begin
eMsg:= Format('Error of parcer: %s(%d,%d): %s',[E.Filename, E.Row, E.Column, E.Message]);
eMsg:= Format('Parser error: %s (%d,%d): %s',[E.Filename, E.Row, E.Column, E.Message]);
If Options.StopOnParseError then Raise;
end;
on E: EFileNotFoundError do