lcl: gtk2: fixed typo

git-svn-id: trunk@65098 -
This commit is contained in:
mattias 2021-05-10 13:38:43 +00:00
parent 8b2d0578a3
commit b6a295185e

View File

@ -97,7 +97,7 @@ type
FGDIObjects: TDynHashArray; // hasharray of PGdiObject
FMessageQueue: TGtkMessageQueue; // queue of PMsg (must be thread safe!)
WaitingForMessages: boolean;
MovedPaintMessageCount: integer;// how many paint messages moved to he end of the queue
MovedPaintMessageCount: integer;// how many paint messages moved to the end of the queue
FRCFilename: string;
FRCFileParsed: boolean;