Module: wine Branch: master Commit: 8d560597424138a6542bf0c21a6681e4b66e6c8d URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d560597424138a6542bf0c21a...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Thu May 26 17:44:05 2016 +0300
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
---
dlls/mshtml/tests/style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mshtml/tests/style.c b/dlls/mshtml/tests/style.c index 3da1a70..7053a09 100644 --- a/dlls/mshtml/tests/style.c +++ b/dlls/mshtml/tests/style.c @@ -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));