diff --git a/src/gui/SubWindow.cpp b/src/gui/SubWindow.cpp index ae3497bd212..61d816e83fe 100644 --- a/src/gui/SubWindow.cpp +++ b/src/gui/SubWindow.cpp @@ -96,7 +96,7 @@ SubWindow::SubWindow(QWidget *parent, Qt::WindowFlags windowFlags) : void SubWindow::paintEvent( QPaintEvent * ) { // Don't paint any of the other stuff if the sub window is maximized - // so that only it child content is painted. + // so that only its child content is painted. if (isMaximized()) { return; @@ -421,4 +421,4 @@ QPushButton* SubWindow::addTitleButton(const std::string & iconName, const QStri } -} // namespace lmms::gui \ No newline at end of file +} // namespace lmms::gui