Module: wine Branch: master Commit: b8e550a575c69c2f951fa0d0d2e425f7c050ab08 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b8e550a575c69c2f951fa0d0d...
Author: Michael Stefaniuc mstefani@winehq.org Date: Wed Nov 18 20:59:31 2020 +0100
mshtml: Fix spelling of fuchsia.
Spotted by Rafał Mużyło.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlbody.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c index fddc4c6da0e..4209fd2cc2e 100644 --- a/dlls/mshtml/htmlbody.c +++ b/dlls/mshtml/htmlbody.c @@ -52,7 +52,7 @@ static const struct { {L"aqua", 0x00ffff}, {L"black", 0x000000}, {L"blue", 0x0000ff}, - {L"fushsia", 0xff00ff}, + {L"fuchsia", 0xff00ff}, {L"gray", 0x808080}, {L"green", 0x008000}, {L"lime", 0x00ff00},