Skip to content

Commit 67b01a4

Browse files
committed
Typos fixed
1 parent 77e0a80 commit 67b01a4

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
@@ -1401,7 +1401,7 @@ void MtmSendMessage(MtmArbiterMessage* msg)
14011401
mq->next = sendQueue;
14021402
Mtm->sendQueue = mq;
14031403
if (sendQueue == NULL) {
1404-
/* singal semaphore only once for the whole list */
1404+
/* signal semaphore only once for the whole list */
14051405
PGSemaphoreUnlock(&Mtm->sendSemaphore);
14061406
}
14071407
}

0 commit comments

Comments
 (0)