Zhiyi Zhang : uxtheme: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Mon Aug 9 16:21:42 CDT 2021


Module: wine
Branch: master
Commit: 6414726f579989b314600461665223a64fed49de
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6414726f579989b314600461665223a64fed49de

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Mon Aug  9 15:03:10 2021 +0800

uxtheme: Fix a typo in comment.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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
  */




More information about the wine-cvs mailing list