From 5811f61ffe8830895bcab2e5c9d3b78a9546fbf9 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Mon, 22 Mar 2021 19:44:53 +1100
Subject: [PATCH v65] Feedback - worker.c comment - wording

---
 src/backend/replication/logical/worker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c
index 62afa95..2665a8d 100644
--- a/src/backend/replication/logical/worker.c
+++ b/src/backend/replication/logical/worker.c
@@ -53,7 +53,7 @@
  * TWO_PHASE TRANSACTIONS
  * ----------------------
  * Two phase transactions are replayed at prepare and then committed or
- * rollbacked at commit prepared and rollback prepared respectively. It is
+ * rolled back at commit prepared and rollback prepared respectively. It is
  * possible to have a prepared transaction that arrives at the apply worker
  * when the tablesync is busy doing the initial copy. In this case, the apply
  * worker skips all the prepared operations [e.g. inserts] while the tablesync
-- 
1.8.3.1

