From 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 3 Jun 2019 13:44:03 +0900 Subject: Fix typos in various places Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet --- src/backend/access/gist/gist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 45c00aaa87a..470b121e7da 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -1533,7 +1533,7 @@ initGISTstate(Relation index) * The truncated tupdesc for non-leaf index tuples, which doesn't contain * the INCLUDE attributes. * - * It is used to form tuples during tuple adjustement and page split. + * It is used to form tuples during tuple adjustment and page split. * B-tree creates shortened tuple descriptor for every truncated tuple, * because it is doing this less often: it does not have to form truncated * tuples during page split. Also, B-tree is not adjusting tuples on -- cgit v1.2.3