mshtml: Fix WARN typo.

This commit is contained in:
Andrew Eikum 2012-01-09 15:28:21 -06:00 committed by Alexandre Julliard
parent 139e31bc00
commit abd9f38273
1 changed files with 1 additions and 1 deletions

View File

@ -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) {