Fix comment typo (#3359)

This commit is contained in:
Felanbird
2021-11-20 06:22:30 -05:00
committed by GitHub
parent 6ac15adf45
commit f58f35292a
+1 -1
View File
@@ -144,7 +144,7 @@ Split::Split(QWidget *parent)
this->input_->ui_.textEdit->installEventFilter(parent);
// update placeheolder text on Twitch account change and channel change
// update placeholder text on Twitch account change and channel change
this->signalHolder_.managedConnect(
getApp()->accounts->twitch.currentUserChanged, [this] {
this->updateInputPlaceholder();