Michael Stefaniuc : mshtml: Fix spelling of fuchsia.

Alexandre Julliard julliard at winehq.org
Fri Nov 20 14:54:32 CST 2020


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

Author: Michael Stefaniuc <mstefani at 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 at winehq.org>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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},




More information about the wine-cvs mailing list