From 7744a158302292fd42b88ab8d42bb7ba55e1168b Mon Sep 17 00:00:00 2001
From: Dewei Dai <daidewei1970@163.com>
Date: Wed, 7 Jan 2026 18:09:45 +0800
Subject: [PATCH]  Fix typo in origin.c

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

diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c
index 7268d7b5e6c..04bc704a332 100644
--- a/src/backend/replication/logical/origin.c
+++ b/src/backend/replication/logical/origin.c
@@ -15,7 +15,7 @@
  * * A facility to efficiently store and persist replication progress in an
  *	 efficient and durable manner.
  *
- * Replication origin consist out of a descriptive, user defined, external
+ * Replication origin consists of a descriptive, user defined, external
  * name and a short, thus space efficient, internal 2 byte one. This split
  * exists because replication origin have to be stored in WAL and shared
  * memory and long descriptors would be inefficient.  For now only use 2 bytes
-- 
2.36.0.windows.1

