mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 21:10:50 +00:00
mshtml: Fix typo in WARN.
This commit is contained in:
parent
45ae94dddc
commit
be4178928b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user