Comment typo
authorMarko Kreen <markokr@gmail.com>
Mon, 15 Apr 2013 11:54:01 +0000 (14:54 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 15 Apr 2013 11:54:01 +0000 (14:54 +0300)
src/cluster.c

index c7fab56ba136617a7e02c26b2f965f011e4aaea6..7a6bda8de8dc2e4bf0534a70aeda398560f35129 100644 (file)
@@ -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)