oleaut32: Fix a typo in FIXME() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bf8eb24913
commit
ca4bf6c80b
|
@ -289,7 +289,7 @@ static HRESULT SAFEARRAY_DestroyData(SAFEARRAY *psa, ULONG ulStartCell)
|
|||
ULONG ulCellCount = SAFEARRAY_GetCellCount(psa);
|
||||
|
||||
if (ulStartCell > ulCellCount) {
|
||||
FIXME("unexpted ulcellcount %d, start %d\n",ulCellCount,ulStartCell);
|
||||
FIXME("unexpected ulCellCount %d, start %d\n",ulCellCount,ulStartCell);
|
||||
return E_UNEXPECTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue