From: Stefan Beller Date: Mon, 14 Feb 2011 12:57:08 +0000 (+0100) Subject: fixing typo X-Git-Tag: 0.7.2~2 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=967286d4776896f75d79f8996705b8ed17f70884;hp=24d984b9353a4007cb2e46f55c5c7c16065c3ee8;p=quassel.git fixing typo --- 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!"; }