diff options
Diffstat (limited to 'src/backend/access/transam/twophase.c')
| -rw-r--r-- | src/backend/access/transam/twophase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index d9a3fabb8f8..4743cacefe6 100644 --- a/src/backend/access/transam/twophase.c +++ b/src/backend/access/transam/twophase.c @@ -269,7 +269,7 @@ AtAbort_Twophase(void) * can be finished later, so just unlock it. * * If we abort during prepare, after having written the WAL record, we - * might not have transfered all locks and other state to the prepared + * might not have transferred all locks and other state to the prepared * transaction yet. Likewise, if we abort during commit or rollback, * after having written the WAL record, we might not have released * all the resources held by the transaction yet. In those cases, the |
