synedit: fixed typo

git-svn-id: trunk@42007 -
This commit is contained in:
mattias 2013-07-07 07:14:50 +00:00
parent a8383f12d4
commit 96bb81a96d

View File

@ -367,7 +367,7 @@ type
var AIndex: Integer;
AStopAfterLine: Integer = -1; // AEndPoint may be set further down, for multi-line matches
ABackward : Boolean = False
): TPoint; override; // returns searhed until point
): TPoint; override; // returns searched until point
function CreateTermsList: TSynSearchTermDict; virtual;
public
constructor Create(ASynEdit: TSynEditBase);