include: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-26 14:50:04 +02:00 committed by Alexandre Julliard
parent 7429be11f2
commit 8574c52095

View file

@ -134,7 +134,7 @@ enum
typedef struct DC_ATTR
{
HDC hdc; /* handle to self */
LONG disabled; /* disabled flag, controled by DCHF_(DISABLE|ENABLE)DC */
LONG disabled; /* disabled flag, controlled by DCHF_(DISABLE|ENABLE)DC */
int save_level;
COLORREF background_color;
COLORREF brush_color;