Fix various typos

PR #19213.
This commit is contained in:
luzpaz
2023-06-24 09:04:04 -04:00
committed by GitHub
parent f37fff31ae
commit deec2ae1b1
5 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ void DBusNotifier::onActionInvoked(const uint messageID, const QString &action)
Q_UNUSED(action);
// Check whether the notification is sent by qBittorrent
// to avoid reacting to unrelated notifictions
// to avoid reacting to unrelated notifications
if (m_activeMessages.contains(messageID))
emit messageClicked();
}