Spelling error.

This commit is contained in:
Adam Treat 2023-06-11 17:19:19 -04:00 committed by AT
parent 318c51c141
commit ae46234261

View File

@ -18,7 +18,7 @@ static QColor functionColor = "#f22c3d"; // red
static QColor functionCallColor = "#e9950c"; // orange
static QColor commentColor = "#808080"; // gray
static QColor stringColor = "#00a37d"; // green
static QColor numberColor = "#df3079"; // fuschia
static QColor numberColor = "#df3079"; // fuchsia
static Language stringToLanguage(const QString &language)
{