Andrew Eikum : mshtml: Fix typo in WARN.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 11:19:41 CDT 2009


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

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Fri Oct  9 15:38:32 2009 -0500

mshtml: Fix typo in WARN.

---

 dlls/mshtml/nsio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index d7fe4a9..8ed0108 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -647,7 +647,7 @@ static HRESULT create_mon_for_nschannel(nsChannel *channel, IMoniker **mon)
 
     hres = CreateURLMoniker(NULL, wine_url, mon);
     if(FAILED(hres))
-        WARN("CreateURLMonikrer failed: %08x\n", hres);
+        WARN("CreateURLMoniker failed: %08x\n", hres);
 
     return hres;
 }




More information about the wine-cvs mailing list