From e1623c3959aac707732d7a6ad09adfb5751763b3 Mon Sep 17 00:00:00 2001 From: Greg Stark Date: Fri, 3 Jun 2016 15:13:36 +0100 Subject: Fix various common mispellings. Mostly these are just comments but there are a few in documentation and a handful in code and tests. Hopefully this doesn't cause too much unnecessary pain for backpatching. I relented from some of the most common like "thru" for that reason. The rest don't seem numerous enough to cause problems. Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings --- src/backend/utils/adt/geo_spgist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/geo_spgist.c') diff --git a/src/backend/utils/adt/geo_spgist.c b/src/backend/utils/adt/geo_spgist.c index 40fbfe74943..e3945f20810 100644 --- a/src/backend/utils/adt/geo_spgist.c +++ b/src/backend/utils/adt/geo_spgist.c @@ -45,7 +45,7 @@ * (3) the prefix of the current node * * If we visualize them on our simplified drawing (see the drawing above); - * transfered boundaries of (1) would be the outer axis, relevant part + * transferred boundaries of (1) would be the outer axis, relevant part * of (2) would be the up right part of the other axis, and (3) would be * the inner axis. * -- cgit v1.2.3