lcl: fixed typo

git-svn-id: trunk@36382 -
This commit is contained in:
mattias 2012-03-27 11:55:53 +00:00
parent b54ecafd13
commit 92be47b60a

View File

@ -147,7 +147,7 @@ type
PaletteBitOrder: TRawImageBitOrder;
PaletteByteOrder: TRawImageByteOrder;
// don't use a contructor here, it will break compatibility with a record
// don't use a constructor here, it will break compatibility with a record
procedure Init;
// 1-bit mono format
@ -207,7 +207,7 @@ type
Palette: PByte;
PaletteSize: PtrUInt;
// don't use a contructor here, it will break compatebility with a record
// don't use a constructor here, it will break compatibility with a record
procedure Init;
procedure CreateData(AZeroMem: Boolean);
@ -241,7 +241,7 @@ type
public
Positions: array of TRawImagePosition;
// don't use a contructor here, it will break compatibility with a record
// don't use a constructor here, it will break compatibility with a record
procedure Init(AWidth, AHeight: cardinal; ABitsPerPixel: Byte; ALineEnd: TRawImageLineEnd; ALineOrder: TRawImageLineOrder);
function GetPosition(x, y: cardinal): TRawImagePosition;
end;