]> granicus.if.org Git - postgis/commitdiff
Fix typo, insert a comma
authorSandro Santilli <strk@keybit.net>
Tue, 30 Dec 2014 16:55:29 +0000 (16:55 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 30 Dec 2014 16:55:29 +0000 (16:55 +0000)
Thanks Christian Sturm

git-svn-id: http://svn.osgeo.org/postgis/trunk@13168 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 42357f2da3925fd2eeb6b47a81415f55e6da5cb2..6a8ad395304e269555d9df8c37467e48013d14d5 100644 (file)
@@ -3738,7 +3738,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
                        
                        <para>Version 2: Takes geomA and geomB and returns the <xref linkend="DE-9IM" /></para>
 
-                       <para>Version 3: same as version 2 bu allows to specify a boundary node rule (1:OGC/MOD2, 2:Endpoint, 3:MultivalentEndpoint, 4:MonovalentEndpoint)</para>
+                       <para>Version 3: same as version 2, but allows to specify a boundary node rule (1:OGC/MOD2, 2:Endpoint, 3:MultivalentEndpoint, 4:MonovalentEndpoint)</para>
                        
                        <note><para>Do not call with a GeometryCollection as an argument</para></note>