fixed typo

This commit is contained in:
theonering 2010-03-06 19:20:21 +01:00
parent 44a68b8345
commit f553d99c04

View File

@ -30,7 +30,7 @@ SnarlNetworkFrontend::SnarlNetworkFrontend(){
qDebug()<<"The port is already used";
}
connect(tcpServer, SIGNAL(newConnection()), this, SLOT(handleConnection()));
std::cout<<"The Snarl Network Protokoll is developed for Snarl <http://www.fullphat.net/>"<<std::enl;
std::cout<<"The Snarl Network Protokoll is developed for Snarl <http://www.fullphat.net/>"<<std::endl;
}