[PATCH] include: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu Aug 26 07:50:04 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/ntgdi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ntgdi.h b/include/ntgdi.h
index 66611b38fb0..845f85601fd 100644
--- a/include/ntgdi.h
+++ b/include/ntgdi.h
@@ -131,7 +131,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;
-- 
2.20.1




More information about the wine-devel mailing list