X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=c894820c61d6bf525a4352aae8074fc70f179009;hp=2c7cc46bbc55287c33a922f7d2eae0c91b7adabe;hb=967286d4776896f75d79f8996705b8ed17f70884;hpb=24d984b9353a4007cb2e46f55c5c7c16065c3ee8 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!"; }