Commit be853b6f authored by Gregor Münch's avatar Gregor Münch Committed by Alexandre Julliard

msxml3: Fix typo.

parent ac352615
......@@ -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;
}
......
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