From b18e4995dba3f4196923c967f6ec98158c462f85 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 20 Feb 2014 05:46:38 +0000 Subject: [PATCH] #2646 typo arithmetric -> arithmetric in ST_Centroid git-svn-id: http://svn.osgeo.org/postgis/trunk@12235 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_measure.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index ac58c84c5..42357f2da 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -831,7 +831,7 @@ SELECT degrees( ST_Azimuth(ST_Point(25,45), ST_Point(75,100)) ) as degA_B, Computes the geometric center of a geometry, or equivalently, the center of mass of the geometry as a POINT. For [MULTI]POINTs, this is computed - as the arithmetric mean of the input coordinates. For + as the arithmetic mean of the input coordinates. For [MULTI]LINESTRINGs, this is computed as the weighted length of each line segment. For [MULTI]POLYGONs, "weight" is -- 2.50.1