Francois Gouget : oleaut32: Fix the spelling of a FIXME() message.

Alexandre Julliard julliard at winehq.org
Mon Dec 9 16:57:37 CST 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Dec  9 09:47:17 2019 +0100

oleaut32: Fix the spelling of a FIXME() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/oleaut32/typelib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 6e8a18c9d7..668ad8d582 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -3757,7 +3757,7 @@ static DWORD SLTG_ReadLibBlk(LPVOID pLibBlk, ITypeLibImpl *pTypeLibImpl)
 
     ptr += 6;
     if((w = *(WORD*)ptr) != 0xffff) {
-        FIXME("LibBlk.res06 = %04x. Assumung string and skipping\n", w);
+        FIXME("LibBlk.res06 = %04x. Assuming string and skipping\n", w);
         ptr += w;
     }
     ptr += 2;




More information about the wine-cvs mailing list