From f97fbce8f423a1650d3dae33b8c8c6fa414db83d Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Sun, 28 Feb 2010 12:59:30 -0600 Subject: [PATCH] shdocvw: Fix typo in WARN. --- dlls/shdocvw/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shdocvw/client.c b/dlls/shdocvw/client.c index a351bd1e37f..17fa35f96d1 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; } -- 2.11.4.GIT