fixing typo
authorStefan Beller <stefanbeller@googlemail.com>
Mon, 14 Feb 2011 12:57:08 +0000 (13:57 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Feb 2011 16:51:22 +0000 (17:51 +0100)
src/core/core.cpp

index 2c7cc46..c894820 100644 (file)
@@ -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!";
   }