X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=c894820c61d6bf525a4352aae8074fc70f179009;hp=2c7cc46bbc55287c33a922f7d2eae0c91b7adabe;hb=636812603e3308fece0ad677977c85b5cc9f18ee;hpb=533df5c796f22a3fe652920f21d4abc24718b0ea diff --git a/src/core/core.cpp b/src/core/core.cpp index 2c7cc46b..c894820c 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -912,7 +912,7 @@ void Core::changeUserPass(const QString &username) { } if(_configured && _storage->updateUser(userId, password)) { - out << "Password changed successfuly!" << endl; + out << "Password changed successfully!" << endl; } else { qWarning() << "Failed to change password!"; }