Module: wine Branch: master Commit: 8574c52095c6936653edbf09cd8255b702ed9496 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8574c52095c6936653edbf09c...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 26 14:50:04 2021 +0200
include: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/ntgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ntgdi.h b/include/ntgdi.h index 7e75b944e85..7d95c186c8f 100644 --- a/include/ntgdi.h +++ b/include/ntgdi.h @@ -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;