Skip to content

Commit

Permalink
Fix typo olivergreen in IndexedColors
Browse files Browse the repository at this point in the history
Fix typo olivergreen in IndexedColors. Closes #1256
  • Loading branch information
Bykiev committed Feb 9, 2024
1 parent 67daab4 commit 540a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/SS/UserModel/IndexedColors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static IndexedColors()
mappingName.Add("darkteal", IndexedColors.DarkTeal);
mappingName.Add("seagreen", IndexedColors.SeaGreen);
mappingName.Add("darkgreen", IndexedColors.DarkGreen);
mappingName.Add("olivergreen", IndexedColors.OliveGreen);
mappingName.Add("olivegreen", IndexedColors.OliveGreen);
mappingName.Add("brown", IndexedColors.Brown);
mappingName.Add("plum", IndexedColors.Plum);
mappingName.Add("indigo", IndexedColors.Indigo);
Expand Down

0 comments on commit 540a027

Please sign in to comment.