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>
This commit is contained in:
Francois Gouget 2020-11-09 17:59:22 +01:00 committed by Alexandre Julliard
parent 572aa09de1
commit b6cc7b5d51
1 changed files with 1 additions and 1 deletions

View File

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