From 7a31f4fbf680f1c13eb24d45012ab7b20db71e09 Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Wed, 20 Feb 2013 20:26:48 -0700 Subject: [PATCH] comment typofix. --- bin/pg_repack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pg_repack.c b/bin/pg_repack.c index 6405029..510f2f1 100644 --- a/bin/pg_repack.c +++ b/bin/pg_repack.c @@ -631,7 +631,7 @@ rebuild_indexes(const repack_table *table) num_indexes = PQntuples(res); - /* We might have more actual worker connectionss than we need, + /* We might have more actual worker connections than we need, * if the number of workers exceeds the number of indexes to be * built. In that case, ignore the extra workers. */