From db21158faa1a3138aef43c3aeb9c2461c1e13e03 Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Wed, 27 Jun 2012 22:47:54 +0200 Subject: [PATCH] gdi32: Spelling fix. --- dlls/gdi32/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c index 0c20ea5f27b..bb979022c15 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;