Commit 1a46034c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent c1273cff
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment