From 636812603e3308fece0ad677977c85b5cc9f18ee Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 14 Feb 2011 13:57:08 +0100 Subject: [PATCH] fixing typo --- src/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"; } -- 2.20.1