From: Sandro Santilli Date: Sun, 29 Jan 2012 21:19:41 +0000 (+0000) Subject: typo X-Git-Tag: 2.0.0alpha3~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2883e5aea336a27cbd78b06c8bff61c0287be7;p=postgis typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8964 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geometry_estimate.c b/postgis/geometry_estimate.c index 41dd64da7..5f568ffce 100644 --- a/postgis/geometry_estimate.c +++ b/postgis/geometry_estimate.c @@ -565,7 +565,7 @@ estimate_selectivity(GBOX *box, GEOM_STATS *geomstats) * single sample feature would have contributed to * raise the search_box value by as many times as * many cells in the histogram are commonly overlapped - * by both searc_box and feature. We should then + * by both search_box and feature. We should then * divide our value by the number of cells in the virtual * 'intersection' between average feature cell occupation * and occupation of the search_box. This is as