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

Commit 9c0dc44

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent 1544b6e commit 9c0dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

+1-1
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)