Module: wine Branch: master Commit: abd9f382733ebd64e5bd6d000a08f17849822f1e URL: http://source.winehq.org/git/wine.git/?a=commit;h=abd9f382733ebd64e5bd6d000a...
Author: Andrew Eikum aeikum@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) {