From 1e626e57b97756088052bcd88a29305dd7412f58 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 27 Apr 2008 21:09:29 +0000 Subject: [PATCH] spelling++ --- src/core/core.cpp | 2 +- version.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index 1ad9fe2c..1af89261 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -478,7 +478,7 @@ void Core::processClientMessage(QTcpSocket *socket, const QVariantMap &msg) { } reply["MsgType"] = "ClientLoginAck"; SignalProxy::writeDataToDevice(socket, reply); - qDebug() << qPrintable(tr("Client %1 initialized and authentificated successfully as \"%2\" (UserId: %3).").arg(socket->peerAddress().toString(), msg["User"].toString()).arg(uid.toInt())); + qDebug() << qPrintable(tr("Client %1 initialized and authenticated successfully as \"%2\" (UserId: %3).").arg(socket->peerAddress().toString(), msg["User"].toString()).arg(uid.toInt())); setupClientSession(socket, uid); } } diff --git a/version.inc b/version.inc index ce76ac09..cc426431 100644 --- a/version.inc +++ b/version.inc @@ -4,8 +4,8 @@ { using namespace Global; quasselVersion = "0.2.0-beta1-pre"; - quasselDate = "2008-04-25"; - quasselBuild = 791; + quasselDate = "2008-04-27"; + quasselBuild = 794; //! Minimum client build number the core needs clientBuildNeeded = 731; -- 2.20.1