spelling++
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 27 Apr 2008 21:09:29 +0000 (21:09 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 27 Apr 2008 21:09:29 +0000 (21:09 +0000)
src/core/core.cpp
version.inc

index 1ad9fe2..1af8926 100644 (file)
@@ -478,7 +478,7 @@ void Core::processClientMessage(QTcpSocket *socket, const QVariantMap &msg) {
       }
       reply["MsgType"] = "ClientLoginAck";
       SignalProxy::writeDataToDevice(socket, reply);
       }
       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);
     }
   }
       setupClientSession(socket, uid);
     }
   }
index ce76ac0..cc42643 100644 (file)
@@ -4,8 +4,8 @@
 { using namespace Global;
 
   quasselVersion = "0.2.0-beta1-pre";
 { 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;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 731;