index 5cc9a955d775bbfaa5f203b846ec1612797eeefe..963878a5d87cb4852e416e9c4f659c2642faae9a 100644 (file)
@@ -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);