Andrey Gusev : mshtml/tests: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Thu May 26 10:54:45 CDT 2016


Module: wine
Branch: master
Commit: 8d560597424138a6542bf0c21a6681e4b66e6c8d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d560597424138a6542bf0c21a6681e4b66e6c8d

Author: Andrey Gusev <andrey.goosev at 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 at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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));




More information about the wine-cvs mailing list