[PATCH] uxtheme: Fix a typo in comment.

Zhiyi Zhang zzhang at codeweavers.com
Mon Aug 9 02:03:10 CDT 2021


Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
---
 dlls/uxtheme/draw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/uxtheme/draw.c b/dlls/uxtheme/draw.c
index 8c3c4ae2218..b8196b09966 100644
--- a/dlls/uxtheme/draw.c
+++ b/dlls/uxtheme/draw.c
@@ -523,7 +523,7 @@ static HRESULT UXTHEME_DrawImageGlyph(HTHEME hTheme, HDC hdc, int iPartId,
 }
 
 /***********************************************************************
- *      UXTHEME_DrawImageGlyph
+ *      UXTHEME_DrawGlyph
  *
  * Draw glyph on top of background, if appropriate
  */
-- 
2.30.2



More information about the wine-devel mailing list