Skip to content

Commit eba1e30

Browse files
committed
Typos fixed
1 parent d49da00 commit eba1e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,8 @@ void MtmCheckRecoveryCaughtUp(int nodeId, lsn_t slotLSN)
19701970

19711971
/*
19721972
* Notification about node recovery completion.
1973-
* If recovery is in progess and WAL sender replays all records in WAL, then enable recovered node and send notificatoin to it about end of recovery.
1973+
* If recovery is in progress and WAL sender replays all records in WAL,
1974+
* then enable recovered node and send notification to it about end of recovery.
19741975
*/
19751976
bool MtmRecoveryCaughtUp(int nodeId, lsn_t walEndPtr)
19761977
{

0 commit comments

Comments
 (0)