Stefan Leichter : gdi32: Spelling fix.

Alexandre Julliard julliard at winehq.org
Thu Jun 28 13:55:16 CDT 2012


Module: wine
Branch: master
Commit: db21158faa1a3138aef43c3aeb9c2461c1e13e03
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=db21158faa1a3138aef43c3aeb9c2461c1e13e03

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Wed Jun 27 22:47:54 2012 +0200

gdi32: Spelling fix.

---

 dlls/gdi32/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c
index 0c20ea5..bb97902 100644
--- a/dlls/gdi32/font.c
+++ b/dlls/gdi32/font.c
@@ -3538,7 +3538,7 @@ INT WINAPI AddFontResourceExW( LPCWSTR str, DWORD fl, PVOID pdv )
             int num_resources = 0;
             LPWSTR rt_font = (LPWSTR)((ULONG_PTR)8);  /* we don't want to include winuser.h */
 
-            TRACE("WineEndAddFontResourceEx failed on PE file %s - trying to load resources manually\n",
+            TRACE("WineEngAddFontResourceEx failed on PE file %s - trying to load resources manually\n",
                 wine_dbgstr_w(str));
             if (EnumResourceNamesW(hModule, rt_font, load_enumed_resource, (LONG_PTR)&num_resources))
                 ret = num_resources;




More information about the wine-cvs mailing list