Skip to content

Commit 77e0a80

Browse files
committed
Typos fixed
1 parent 86a378e commit 77e0a80

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
@@ -1254,7 +1254,7 @@ MtmAbortPreparedTransaction(MtmCurrentTrans* x)
12541254
MtmLock(LW_EXCLUSIVE);
12551255
tm = (MtmTransMap*)hash_search(MtmGid2State, x->gid, HASH_FIND, NULL);
12561256
if (tm == NULL) {
1257-
MTM_ELOG(WARNING, "Global transaciton ID '%s' is not found", x->gid);
1257+
MTM_ELOG(WARNING, "Global transaction ID '%s' is not found", x->gid);
12581258
} else {
12591259
Assert(tm->state != NULL);
12601260
MTM_LOG1("Abort prepared transaction %s (%llu)", x->gid, (long64)x->xid);

0 commit comments

Comments
 (0)