[PATCH] mshtml: Fix the spelling of the filter attribute.

Francois Gouget fgouget at free.fr
Mon Nov 9 10:59:22 CST 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

I found no indication that this is supposed to be misspelt.

 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
     },
-- 
2.20.1



More information about the wine-devel mailing list