]> granicus.if.org Git - postgis/commitdiff
#2646 typo arithmetric -> arithmetric in ST_Centroid
authorRegina Obe <lr@pcorp.us>
Thu, 20 Feb 2014 05:46:38 +0000 (05:46 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 20 Feb 2014 05:46:38 +0000 (05:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12235 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index ac58c84c537d8f1afa0ee1eedb2610f303d97d2b..42357f2da3925fd2eeb6b47a81415f55e6da5cb2 100644 (file)
@@ -831,7 +831,7 @@ SELECT degrees( ST_Azimuth(ST_Point(25,45), ST_Point(75,100)) ) as degA_B,
          <para>Computes the geometric center of a geometry, or equivalently,
          the center of mass of the geometry as a <varname>POINT</varname>. For
          [<varname>MULTI</varname>]<varname>POINT</varname>s, this is computed
-         as the arithmetric mean of the input coordinates. For
+         as the arithmetic mean of the input coordinates. For
          [<varname>MULTI</varname>]<varname>LINESTRING</varname>s, this is
          computed as the weighted length of each line segment. For
          [<varname>MULTI</varname>]<varname>POLYGON</varname>s, "weight" is