Skip to content

Commit 0434c4e

Browse files
committed
unexisted -> non-existing
1 parent 7c3f610 commit 0434c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ static void MtmReceiver(Datum arg)
978978
Assert(*msg->gid);
979979
tm = (MtmTransMap*)hash_search(MtmGid2State, msg->gid, HASH_FIND, NULL);
980980
if (tm == NULL || tm->state == NULL) {
981-
MTM_ELOG(WARNING, "Response for unexisted transaction %s from node %d", msg->gid, node);
981+
MTM_ELOG(WARNING, "Response for non-existing transaction %s from node %d", msg->gid, node);
982982
} else {
983983
ts = tm->state;
984984
BIT_SET(ts->votedMask, node-1);

0 commit comments

Comments
 (0)