Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Wed, 26 Apr 2017 15:03:07 +0000 (00:03 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 26 Apr 2017 15:03:07 +0000 (00:03 +0900)
Author: Masahiko Sawada

src/backend/commands/subscriptioncmds.c

index 6a404bbe1e3d18be28fad1a325e3466ae87fc45f..c597a244f887100feb5ae207440a2f43c6040a43 100644 (file)
@@ -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,