From 1f8b060121d654fbb08702752f63d251f5ce8088 Mon Sep 17 00:00:00 2001
From: Fujii Masao <fujii@postgresql.org>
Date: Thu, 27 Apr 2017 00:03:07 +0900
Subject: [PATCH] Fix typo in comment.

Author: Masahiko Sawada
---
 src/backend/commands/subscriptioncmds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c
index 6a404bbe1e3..c597a244f88 100644
--- a/src/backend/commands/subscriptioncmds.c
+++ b/src/backend/commands/subscriptioncmds.c
@@ -56,7 +56,7 @@ static List *fetch_table_list(WalReceiverConn *wrconn, List *publications);
  *
  * Since not all options can be specified in both commands, this function
  * will report an error on options if the target output pointer is NULL to
- * accomodate that.
+ * accommodate that.
  */
 static void
 parse_subscription_options(List *options, bool *connect, bool *enabled_given,
-- 
GitLab