mshtml: Fix typo in WARN.

This commit is contained in:
Andrew Eikum 2009-10-09 15:38:32 -05:00 committed by Alexandre Julliard
parent 45ae94dddc
commit be4178928b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}