refactor: fix some spelling mistakes (#6196)

This commit is contained in:
pajlada
2025-05-10 13:33:52 +02:00
committed by GitHub
parent dd85fb09ad
commit dec42b38a6
16 changed files with 60 additions and 59 deletions
+6 -6
View File
@@ -545,7 +545,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
[](auto args) {
return fuzzyToInt(args.value, 0);
});
layout.addSeperator();
layout.addSeparator();
layout.addCheckbox("Draw a line below the most recent message before "
"switching applications.",
s.showLastMessageIndicator, false,
@@ -610,7 +610,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
layout.addCheckbox("Remove spaces between emotes",
s.removeSpacesBetweenEmotes, false,
"When enabled, adjacent emotes will no longer have an "
"added space seperating them.");
"added space separating them.");
SettingWidget::checkbox("Show unlisted 7TV emotes",
s.showUnlistedSevenTVEmotes)
->addKeywords({"seventv"})
@@ -702,7 +702,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
->addTo(layout);
SettingWidget::checkbox("Send activity to 7TV", s.sendSevenTVActivity)
->setTooltip("When enabled, Chatterino will signal an activity to 7TV "
"when you send a chat mesage. This is used for badges, "
"when you send a chat message. This is used for badges, "
"paints, and personal emotes. When disabled, no activity "
"is sent and others won't see your cosmetics.")
->addKeywords({"seventv"})
@@ -1082,7 +1082,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
->addKeywords({"seventv"})
->setTooltip("Badges for 7TV admins, developers, and supporters")
->addTo(layout);
layout.addSeperator();
layout.addSeparator();
SettingWidget::checkbox("Use custom FrankerFaceZ moderator badges",
s.useCustomFfzModeratorBadges)
->addKeywords({"ffz"})
@@ -1221,7 +1221,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
->addTo(layout);
layout.addCheckbox("Bold @usernames", s.boldUsernames, false,
"Bold @mentions to make them more noticable.");
"Bold @mentions to make them more noticeable.");
layout.addCheckbox("Color @usernames", s.colorUsernames, false,
"If Chatterino has seen a user, highlight @mention's of "
"them with their Twitch color.");
@@ -1379,7 +1379,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
// invisible element for width
auto *inv = new BaseWidget(this);
// inv->setScaleIndependantWidth(600);
// inv->setScaleIndependentWidth(600);
layout.addWidget(inv);
}