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

mshtml: Fix typo in WARN.

parent 45ae94dd
......@@ -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;
}
......
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