]> granicus.if.org Git - postgis/commitdiff
spellign
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 3 Jun 2015 23:08:51 +0000 (23:08 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 3 Jun 2015 23:08:51 +0000 (23:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13611 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_measurement.c

index edb240a4def707bbf23f1b73b485f7b1a125b516..a93fed0cae2c36bd626844ef27a24f04cfe7575f 100644 (file)
@@ -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. */