From ae4623426148fecb14bf4160cf070702f59da819 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sun, 11 Jun 2023 17:19:19 -0400 Subject: [PATCH] Spelling error. --- gpt4all-chat/responsetext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/responsetext.cpp b/gpt4all-chat/responsetext.cpp index edf4f466..d27789ee 100644 --- a/gpt4all-chat/responsetext.cpp +++ b/gpt4all-chat/responsetext.cpp @@ -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) {