We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8237f27 commit ebdb42aCopy full SHA for ebdb42a
src/backend/replication/logical/origin.c
@@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait)
341
342
/*
343
* To interlock against concurrent drops, we hold ExclusiveLock on
344
- * pg_replication_origin throughout this funcion.
+ * pg_replication_origin throughout this function.
345
*/
346
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);
347
0 commit comments