shdocvw: Fix typo in WARN.

This commit is contained in:
Andrew Eikum 2010-02-28 12:59:30 -06:00 committed by Alexandre Julliard
parent a78490bf8a
commit f97fbce8f4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ static HRESULT WINAPI ClientSite_QueryInterface(IOleClientSite *iface, REFIID ri
return S_OK; return S_OK;
} }
WARN("Unsupported intrface %s\n", debugstr_guid(riid)); WARN("Unsupported interface %s\n", debugstr_guid(riid));
return E_NOINTERFACE; return E_NOINTERFACE;
} }