From: Paul Ramsey Date: Wed, 3 Jun 2015 23:08:51 +0000 (+0000) Subject: spellign X-Git-Tag: 2.2.0rc1~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5803f121841b44c1617417f18278012c227eea1b;p=postgis spellign git-svn-id: http://svn.osgeo.org/postgis/trunk@13611 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c index edb240a4d..a93fed0ca 100644 --- a/postgis/geography_measurement.c +++ b/postgis/geography_measurement.c @@ -61,7 +61,7 @@ Datum geography_distance_knn(PG_FUNCTION_ARGS) GSERIALIZED *g2 = NULL; double distance; double tolerance = FP_TOLERANCE; - bool use_spheroid = false; /** switched back to use sphere, can't get index to harmonize with sphoeroid **/ + bool use_spheroid = false; /* must use sphere, can't get index to harmonize with spheroid */ SPHEROID s; /* Get our geometry objects loaded into memory. */