Module: wine Branch: master Commit: f97fbce8f423a1650d3dae33b8c8c6fa414db83d URL: http://source.winehq.org/git/wine.git/?a=commit;h=f97fbce8f423a1650d3dae33b8...
Author: Andrew Eikum aeikum@codeweavers.com Date: Sun Feb 28 12:59:30 2010 -0600
shdocvw: Fix typo in WARN.
---
dlls/shdocvw/client.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shdocvw/client.c b/dlls/shdocvw/client.c index a351bd1..17fa35f 100644 --- a/dlls/shdocvw/client.c +++ b/dlls/shdocvw/client.c @@ -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; }