mshtml/tests: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 09:45:33 CDT 2016


-------------- next part --------------
From ca872b255bce09b255cb146020c5651096618228 Mon Sep 17 00:00:00 2001
Message-Id: <ca872b255bce09b255cb146020c5651096618228.1464273866.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 17:44:05 +0300
Subject: [PATCH] mshtml/tests: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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));
-- 
2.5.5



More information about the wine-patches mailing list