Skip to content

Commit f9ede42

Browse files
committed
Typos fixed
1 parent 84a01c4 commit f9ede42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ _PG_init(void)
30283028
DefineCustomIntVariable(
30293029
"multimaster.max_2pc_ratio",
30303030
"Maximal ratio (in percents) between prepare time at different nodes: if T is time of preparing transaction at some node,"
3031-
" then transaction can be aborted if prepared responce was not received in T*MtmMax2PCRatio/100",
3031+
" then transaction can be aborted if prepared response was not received in T*MtmMax2PCRatio/100",
30323032
NULL,
30333033
&MtmMax2PCRatio,
30343034
200, /* 2 times */

0 commit comments

Comments
 (0)