diff --git a/components/codetools/customcodetool.pas b/components/codetools/customcodetool.pas index b2118d4fa4..b959c814a0 100644 --- a/components/codetools/customcodetool.pas +++ b/components/codetools/customcodetool.pas @@ -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'