X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fserver.cpp;h=a49bc7a31fa890f9b91bcf1afa0b26b2f017ce01;hp=7b306e15fe44e71cf49d61ecf7b1f1f80a385a35;hb=38de59c2572658f738030390f2280f86a19f000b;hpb=5b71156fdb09ac025cdc30111823b19e781446da diff --git a/src/server.cpp b/src/server.cpp index 7b306e1..a49bc7a 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -208,7 +208,7 @@ void server::cleanup() if (i->second->is_closed() && !i->second->packet_available()) { // closed and no usable data in buffer -> remove - LOGSTREAM(debug,"removing conneciton " << i->first << " because it is closed and no more data waiting"); + LOGSTREAM(debug,"removing connection " << i->first << " because it is closed and no more data waiting"); delete i->second; connections.erase(i);