Fixed some spelling mistakes across files (#2367)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł
2021-01-17 20:19:10 +01:00
committed by GitHub
parent cfcac99ae6
commit e48937e0aa
5 changed files with 9 additions and 8 deletions
@@ -337,7 +337,7 @@ void CommandController::initialize(Settings &, Paths &paths)
[channel, target]() {
channel->addMessage(makeSystemMessage(
QString("User %1 could not be followed, an unknown "
"error occured!")
"error occurred!")
.arg(target)));
});
},