From: Regina Obe Date: Thu, 20 Feb 2014 05:46:38 +0000 (+0000) Subject: #2646 typo arithmetric -> arithmetric in ST_Centroid X-Git-Tag: 2.2.0rc1~1251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b18e4995dba3f4196923c967f6ec98158c462f85;p=postgis #2646 typo arithmetric -> arithmetric in ST_Centroid git-svn-id: http://svn.osgeo.org/postgis/trunk@12235 b70326c6-7e19-0410-871a-916f4a2858ee --- 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