Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ffcac6

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent ccf0a40 commit 2ffcac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ MtmReplicationMode MtmGetReplicationMode(int nodeId, sig_atomic_t volatile* shut
33683368
} else {
33693369
MTM_LOG1("%d: Continue replication from node %d", MyProcPid, nodeId);
33703370
}
3371-
BIT_SET(Mtm->reconnectMask, nodeId-1); /* arbiter should try to reestblish connection with this node */
3371+
BIT_SET(Mtm->reconnectMask, nodeId-1); /* arbiter should try to reestablish connection with this node */
33723372
MtmUnlock();
33733373
return mode;
33743374
}

0 commit comments

Comments
 (0)