Fixed misspelling of "magenta".
authorDavid Griffith <dave@661.org>
Wed, 4 Jan 2023 05:18:07 +0000 (21:18 -0800)
committerDavid Griffith <dave@661.org>
Wed, 4 Jan 2023 05:18:07 +0000 (21:18 -0800)
src/dumb/doutput.c

index 28f5b3aeab162334dda1357737bfdc2bc5ba6528..7a25b0bb229d91e699e19e1c378e2a36de58c922 100644 (file)
@@ -43,7 +43,7 @@ static char latin1_to_ascii[] =
 static char frotz_to_dumb [256];
 
 static char* bbcode_colour[] = {
-       "black", "red", "green", "yellow", "blue", "magenda",
+       "black", "red", "green", "yellow", "blue", "magenta",
        "cyan", "white", "lightgrey", "grey", "dimgrey"
 };