From bcd9ef945ea93b74566c08edb00ecb61c46aaa3a Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 17 May 2013 06:16:31 +0000 Subject: [PATCH] codetools: fixed typo git-svn-id: trunk@41230 - --- components/codetools/customcodetool.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'