From: Marko Kreen Date: Mon, 15 Apr 2013 11:54:01 +0000 (+0300) Subject: Comment typo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ec32b5d1a99c6c1830dbc4c5f40d129a08e39848;p=plproxy.git Comment typo --- diff --git a/src/cluster.c b/src/cluster.c index c7fab56..7a6bda8 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -80,7 +80,7 @@ PG_FUNCTION_INFO_V1(plproxy_fdw_validator); #endif /* - * Connsetion count should be non-zero and power of 2. + * Connection count should be non-zero and power of 2. */ static bool check_valid_partcount(int n)