Fix minor typos

This commit is contained in:
Yuri Chornoivan
2024-04-13 08:47:48 +03:00
parent 335c012f1b
commit 55caf84b94
6 changed files with 7 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ void Controller::addConnection(NeoChatConnection *c)
});
connect(c, &NeoChatConnection::loggedOut, this, [this, c] {
if (accounts().count() > 1) {
// Only set the connection if the the account being logged out is currently active
// Only set the connection if the account being logged out is currently active
if (c == activeConnection()) {
setActiveConnection(dynamic_cast<NeoChatConnection *>(accounts().accounts()[0]));
}