From ec32b5d1a99c6c1830dbc4c5f40d129a08e39848 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 15 Apr 2013 14:54:01 +0300 Subject: [PATCH] Comment typo --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5