Francois Gouget : mshtml: Fix the spelling of the filter attribute.

Alexandre Julliard julliard at winehq.org
Tue Nov 10 15:30:23 CST 2020


Module: wine
Branch: master
Commit: b6cc7b5d5178864c7d0967d610f3a5151e3685d9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b6cc7b5d5178864c7d0967d610f3a5151e3685d9

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Nov  9 17:59:22 2020 +0100

mshtml: Fix the spelling of the filter attribute.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlstyle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/htmlstyle.c b/dlls/mshtml/htmlstyle.c
index dc5b136edb3..ae21c1f7299 100644
--- a/dlls/mshtml/htmlstyle.c
+++ b/dlls/mshtml/htmlstyle.c
@@ -415,7 +415,7 @@ static const style_tbl_entry_t style_tbl[] = {
         DISPID_A_DISPLAY
     },
     {
-        L"fileter",
+        L"filter",
         DISPID_IHTMLCSSSTYLEDECLARATION_FILTER,
         DISPID_A_FILTER
     },




More information about the wine-cvs mailing list