Typo fixes

This commit is contained in:
BabushkaRetroShare 2017-06-04 20:34:10 +02:00
parent 458e180622
commit 7fb0419c75
No known key found for this signature in database
GPG key ID: 1354B1CCF757A39D
3 changed files with 3 additions and 3 deletions

View file

@ -211,7 +211,7 @@ void p3GxsTunnelService::flush()
if(it->second.last_contact+20+GXS_TUNNEL_KEEP_ALIVE_TIMEOUT < now && it->second.status == RS_GXS_TUNNEL_STATUS_CAN_TALK)
{
#ifdef DEBUG_GXS_TUNNEL
std::cerr << "(II) GxsTunnelService:: connexion interrupted with peer." << std::endl;
std::cerr << "(II) GxsTunnelService:: connection interrupted with peer." << std::endl;
#endif
it->second.status = RS_GXS_TUNNEL_STATUS_TUNNEL_DN ;