Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Feb 2018 03:39:52 +0000 (22:39 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Feb 2018 03:39:52 +0000 (22:39 -0500)
Author: Masahiko Sawada <sawada.mshk@gmail.com>

src/backend/replication/logical/origin.c

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);