mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
fixed typos: unkown
git-svn-id: trunk@29445 -
This commit is contained in:
parent
5c639822cc
commit
a92bf656be
@ -2326,7 +2326,7 @@ var BlockType: TEndBlockType;
|
|||||||
procedure RaiseUnknownBlockType;
|
procedure RaiseUnknownBlockType;
|
||||||
begin
|
begin
|
||||||
SaveRaiseException('internal codetool error in '
|
SaveRaiseException('internal codetool error in '
|
||||||
+'TPascalParserTool.ReadTilBlockEnd: unkown block type: '+GetAtom);
|
+'TPascalParserTool.ReadTilBlockEnd: unknown block type: '+GetAtom);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure RaiseStrExpectedWithBlockStartHint(const Msg: string);
|
procedure RaiseStrExpectedWithBlockStartHint(const Msg: string);
|
||||||
@ -2488,7 +2488,7 @@ var BlockType: TEndBlockType;
|
|||||||
procedure RaiseUnknownBlockType;
|
procedure RaiseUnknownBlockType;
|
||||||
begin
|
begin
|
||||||
SaveRaiseException('internal codetool error in '
|
SaveRaiseException('internal codetool error in '
|
||||||
+'TPascalParserTool.ReadBackTilBlockEnd: unkown block type: '+GetAtom);
|
+'TPascalParserTool.ReadBackTilBlockEnd: unknown block type: '+GetAtom);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var OldAtom: TAtomPosition;
|
var OldAtom: TAtomPosition;
|
||||||
|
@ -1810,7 +1810,7 @@ var
|
|||||||
x, y: Integer;
|
x, y: Integer;
|
||||||
scrolltop, scrollleft : UInt32;
|
scrolltop, scrollleft : UInt32;
|
||||||
|
|
||||||
// for some unkown reason, HIViewConvertPoint does return inaccurate x,y position for ListView
|
// for some unknown reason, HIViewConvertPoint does return inaccurate x,y position for ListView
|
||||||
// (because of focus ring?)
|
// (because of focus ring?)
|
||||||
const
|
const
|
||||||
OfsY = -2;
|
OfsY = -2;
|
||||||
|
Loading…
Reference in New Issue
Block a user