[PATCH] mshtml: Fix spelling of fuchsia.

Michael Stefaniuc mstefani at winehq.org
Wed Nov 18 13:59:31 CST 2020


Spotted by Rafał Mużyło.

Signed-off-by: Michael Stefaniuc <mstefani 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},
-- 
2.26.2




More information about the wine-devel mailing list