summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
commit0fd2a79a637f9f96b9830524823df0454e962f96 (patch)
tree06595b1aa97d595ada3621cc0d01896269dfaa21 /src/backend/replication/logical/reorderbuffer.c
parenta02b8bdd9878ae1d1ead87aabb673d60432500ea (diff)
Spelling adjustments
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 4594cf95097..84fcd29ac9d 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -14,7 +14,7 @@
* This module gets handed individual pieces of transactions in the order
* they are written to the WAL and is responsible to reassemble them into
* toplevel transaction sized pieces. When a transaction is completely
- * reassembled - signalled by reading the transaction commit record - it
+ * reassembled - signaled by reading the transaction commit record - it
* will then call the output plugin (cf. ReorderBufferCommit()) with the
* individual changes. The output plugins rely on snapshots built by
* snapbuild.c which hands them to us.