mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 20:08:12 +02:00
* Fix typo
git-svn-id: trunk@48171 -
This commit is contained in:
parent
005448f305
commit
92c3aedac4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user