Commit f97fbce8 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

shdocvw: Fix typo in WARN.

parent a78490bf
......@@ -73,7 +73,7 @@ static HRESULT WINAPI ClientSite_QueryInterface(IOleClientSite *iface, REFIID ri
return S_OK;
}
WARN("Unsupported intrface %s\n", debugstr_guid(riid));
WARN("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