Module: wine Branch: master Commit: 7effdeebdae46c202c53635275391ba24121bea4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7effdeebdae46c202c53635275...
Author: Francois Gouget fgouget@free.fr Date: Sat Jan 7 14:42:45 2017 +0100
mshtml/tests: Some spelling fixes in comments.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/tests/dom.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index 60e1bf8..8e8a662 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -6539,7 +6539,7 @@ static void test_body_funs(IHTMLBodyElement *body) ok(!strcmp_wa(V_BSTR(&vbg), "#ff0000"), "Unexpected bgcolor %s\n", wine_dbgstr_w(V_BSTR(&vbg))); VariantClear(&vbg);
- /* Restore Originial */ + /* Restore Original */ hres = IHTMLBodyElement_put_bgColor(body, vDefaultbg); ok(hres == S_OK, "put_bgColor failed: %08x\n", hres); VariantClear(&vDefaultbg); @@ -7194,7 +7194,7 @@ static void test_tr_elem(IHTMLElement *elem) ok(!strcmp_wa(V_BSTR(&vbg), "#ff0000"), "Unexpected bgcolor %s\n", wine_dbgstr_w(V_BSTR(&vbg))); VariantClear(&vbg);
- /* Restore Originial */ + /* Restore Original */ hres = IHTMLTableRow_put_bgColor(row, vDefaultbg); ok(hres == S_OK, "put_bgColor failed: %08x\n", hres); VariantClear(&vDefaultbg); @@ -7265,7 +7265,7 @@ static void test_td_elem(IHTMLElement *elem) ok(!strcmp_wa(V_BSTR(&vbg), "#ff0000"), "Unexpected bgcolor %s\n", wine_dbgstr_w(V_BSTR(&vbg))); VariantClear(&vbg);
- /* Restore Originial */ + /* Restore Original */ hres = IHTMLTableCell_put_bgColor(cell, vDefaultbg); ok(hres == S_OK, "put_bgColor failed: %08x\n", hres); VariantClear(&vDefaultbg); @@ -7510,7 +7510,7 @@ static void test_table_elem(IHTMLElement *elem) ok(!strcmp_wa(V_BSTR(&vbg), "#ff0000"), "Unexpected bgcolor %s\n", wine_dbgstr_w(V_BSTR(&vbg))); VariantClear(&vbg);
- /* Restore Originial */ + /* Restore Original */ hres = IHTMLTable_put_bgColor(table, vDefaultbg); ok(hres == S_OK, "put_bgColor failed: %08x\n", hres); VariantClear(&vDefaultbg);