mshtml/tests: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-05-26 17:44:05 +03:00 committed by Alexandre Julliard
parent 62ede82a72
commit 8d56059742
1 changed files with 1 additions and 1 deletions

View File

@ -1792,7 +1792,7 @@ static void test_body_style(IHTMLStyle *style)
ok(hres == S_OK, "put_borderStyle failed: %08x\n", hres);
SysFreeString(sDefault);
/* backgoundColor */
/* backgroundColor */
hres = IHTMLStyle_get_backgroundColor(style, &v);
ok(hres == S_OK, "get_backgroundColor: %08x\n", hres);
ok(V_VT(&v) == VT_BSTR, "type failed: %d\n", V_VT(&v));