Commit abd9f382 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mshtml: Fix WARN typo.

parent 139e31bc
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment