From b8e8bef2fe1ab486d6f808ff10a44caf7023e82c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 4 Jun 2013 16:26:34 +0000 Subject: [PATCH] Fix spelling errors in st_makevalid documentation Fixes a couple of spelling errors, and use the full word 'without' instead of the contraction 'w/out'. git-svn-id: http://svn.osgeo.org/postgis/trunk@11521 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_processing.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index f52200fb3..2d42ffccf 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -1728,7 +1728,7 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4, ST_MakeValid - Attempts to make an invalid geometry valid w/out loosing vertices. + Attempts to make an invalid geometry valid without losing vertices. @@ -1744,8 +1744,8 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4, Description The function attempts to create a valid representation of a given invalid - geometry without loosing any of the input vertices. - Already-valid geometries are returned w/out further intervention. + geometry without losing any of the input vertices. + Already-valid geometries are returned without further intervention. @@ -1765,7 +1765,7 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4, Availability: 2.0.0, requires GEOS-3.3.0 - Enahnced: 2.0.1, speed improvements requires GEOS-3.3.4 + Enhanced: 2.0.1, speed improvements requires GEOS-3.3.4 Enhanced: 2.1.0 added support for GEOMETRYCOLLECTION and MULTIPOINT. &Z_support; -- 2.50.1