msxml3: Fix typo.
This commit is contained in:
parent
ac352615b1
commit
be853b6f4f
|
@ -71,7 +71,7 @@ static HRESULT WINAPI domtext_QueryInterface(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
|
||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue