mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 20:26:13 +02:00
codetools: fixed typo
git-svn-id: trunk@41230 -
This commit is contained in:
parent
8b9514f7a2
commit
bcd9ef945e
@ -2205,7 +2205,7 @@ begin
|
||||
NearestScanPos:=Link.SrcPos+Scanner.LinkSize(i);
|
||||
end;
|
||||
if NearestScanPos=0 then
|
||||
Msg:='file was not reached by scanned'
|
||||
Msg:='file was not reached by scanner'
|
||||
else begin
|
||||
if r=-1 then
|
||||
Msg:='cursor position was skipped by scanner'
|
||||
|
Loading…
Reference in New Issue
Block a user