diff --git a/src/widgets/splits/Split.cpp b/src/widgets/splits/Split.cpp index 16a637d75..a8e71461e 100644 --- a/src/widgets/splits/Split.cpp +++ b/src/widgets/splits/Split.cpp @@ -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();