From f58f35292afad1b196d998dbe92aca1906f5e6e0 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Sat, 20 Nov 2021 06:22:30 -0500 Subject: [PATCH] Fix comment typo (#3359) --- src/widgets/splits/Split.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/splits/Split.cpp b/src/widgets/splits/Split.cpp index 16a637d7..a8e71461 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();