mshtml: Fix a typo.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f6bdee2a62
commit
0716fd58a8
|
@ -523,7 +523,7 @@ static HRESULT WINAPI HTMLElementCollection_tags(IHTMLElementCollection *iface,
|
||||||
nsAString_Finish(&tag_str);
|
nsAString_Finish(&tag_str);
|
||||||
elem_vector_normalize(&buf);
|
elem_vector_normalize(&buf);
|
||||||
|
|
||||||
TRACE("fount %d tags\n", buf.len);
|
TRACE("found %d tags\n", buf.len);
|
||||||
|
|
||||||
*pdisp = (IDispatch*)HTMLElementCollection_Create(buf.buf, buf.len,
|
*pdisp = (IDispatch*)HTMLElementCollection_Create(buf.buf, buf.len,
|
||||||
dispex_compat_mode(&This->dispex));
|
dispex_compat_mode(&This->dispex));
|
||||||
|
|
Loading…
Reference in New Issue