Andrew Eikum : mshtml: Fix WARN typo.

Alexandre Julliard julliard at winehq.org
Tue Jan 10 13:11:19 CST 2012


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

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Mon Jan  9 15:28:21 2012 -0600

mshtml: Fix WARN typo.

---

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

diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c
index f5375e4..ea1f532 100644
--- a/dlls/mshtml/navigate.c
+++ b/dlls/mshtml/navigate.c
@@ -1045,7 +1045,7 @@ static void on_stop_nsrequest(nsChannelBSC *This, HRESULT result)
                  (nsIRequest*)&This->nschannel->nsIHttpChannel_iface, This->nscontext,
                  request_result);
         if(NS_FAILED(nsres))
-            WARN("OnStopRequet failed: %08x\n", nsres);
+            WARN("OnStopRequest failed: %08x\n", nsres);
     }
 
     if(This->nschannel->load_group) {




More information about the wine-cvs mailing list