Skip to content

Commit 5850507

Browse files
committed
Minor comment updates
1 parent 08abf30 commit 5850507

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/connectdlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,12 +552,12 @@ void CConnectDlg::SetTcpSupported ( const CHostAddress& InetAddr, int iID )
552552
switch ( iID )
553553
{
554554
case PROTMESSID_CLM_SERVER_LIST:
555-
// if we haven't received the serverlist, it must have got lost due to fragmentation
555+
// if we haven't received the serverlist, it might have got lost due to fragmentation
556556
// retry using TCP instead
557557
if ( !bServerListReceived )
558558
{
559559
// send the request for the server list
560-
emit ReqServerListQuery ( InetAddr, PROTO_TCP_ONCE ); // Close TCP connection after receiving reply
560+
emit ReqServerListQuery ( InetAddr, PROTO_TCP_ONCE ); // close TCP connection after receiving reply
561561
}
562562
break;
563563

@@ -578,7 +578,7 @@ void CConnectDlg::SetTcpSupported ( const CHostAddress& InetAddr, int iID )
578578
eFetchMode = CFM_TCP;
579579
pCurListViewItem->setData ( LVC_CLIENTS, Qt::UserRole, eFetchMode ); // remember for future fetches
580580

581-
emit CreateCLServerListReqConnClientsListMes ( InetAddr, PROTO_TCP_ONCE ); // Close TCP connection after receiving reply
581+
emit CreateCLServerListReqConnClientsListMes ( InetAddr, PROTO_TCP_ONCE ); // close TCP connection after receiving reply
582582
}
583583
}
584584
}

0 commit comments

Comments
 (0)