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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-12-09 09:47:17 +01:00 committed by Alexandre Julliard
parent c1273cff0c
commit 1a46034c46
1 changed files with 1 additions and 1 deletions

View File

@ -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;