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