aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/origin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c
index 5cc9a955d77..963878a5d87 100644
--- a/src/backend/replication/logical/origin.c
+++ b/src/backend/replication/logical/origin.c
@@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait)
/*
* To interlock against concurrent drops, we hold ExclusiveLock on
- * pg_replication_origin throughout this funcion.
+ * pg_replication_origin throughout this function.
*/
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);