Module: wine Branch: master Commit: b6cc7b5d5178864c7d0967d610f3a5151e3685d9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b6cc7b5d5178864c7d0967d61...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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 },