Andrew Eikum : shdocvw: Fix typo in WARN.

Alexandre Julliard julliard at winehq.org
Mon Mar 1 09:27:34 CST 2010


Module: wine
Branch: master
Commit: f97fbce8f423a1650d3dae33b8c8c6fa414db83d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f97fbce8f423a1650d3dae33b8c8c6fa414db83d

Author: Andrew Eikum <aeikum at 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;
 }




More information about the wine-cvs mailing list