From: Fujii Masao Date: Wed, 26 Apr 2017 15:03:07 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_10_BETA1~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f8b060121d654fbb08702752f63d251f5ce8088;p=thirdparty%2Fpostgresql.git Fix typo in comment. Author: Masahiko Sawada --- 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,