Skip to content

Commit c6dddbc

Browse files
committed
Typos fixed
1 parent 3ba6736 commit c6dddbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mmts/arbiter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ static bool MtmSendToNode(int node, void const* buf, int size, time_t reconnectT
577577
BIT_SET(busy_mask, node);
578578
while (true) {
579579
#if 0
580-
/* Original intention was to reestablish connectect when reconnet mask is set to avoid hanged-up connection.
581-
* But reconnectMask is set not only when connection is broken, so breaking connection in all this cases cause avalunch of connection failures.
580+
/* Original intention was to reestablish connection when reconnect mask is set to avoid hanged-up connection.
581+
* But reconnectMask is set not only when connection is broken, so breaking connection in all this cases cause avalanche of connection failures.
582582
*/
583583
if (sockets[node] >= 0 && BIT_CHECK(Mtm->reconnectMask, node)) {
584584
MTM_ELOG(WARNING, "Arbiter is forced to reconnect to node %d", node+1);

0 commit comments

Comments
 (0)