fixing typo
[quassel.git] / 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!";
   }