[PATCH] oleaut32: Fix the spelling of a FIXME() message.
9 Dec
2019
9 Dec
'19
8:47 a.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- 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 eb713a4e2f8..11e83789483 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; -- 2.20.1
2286
Age (days ago)
2286
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget