[postgis-tickets] r14294 - Dan Baston documentation patches from https://github.com/postgis/postgis/pull/68

SVN on behalf of Regina Obe lr at pcorp.us
Mon Oct 19 13:12:01 PDT 2015


Author: robe
Date: 2015-10-19 13:12:01 -0700 (Mon, 19 Oct 2015)
New Revision: 14294

Modified:
   trunk/doc/reference_processing.xml
Log:
Dan Baston documentation patches from https://github.com/postgis/postgis/pull/68

Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml	2015-10-19 19:35:59 UTC (rev 14293)
+++ trunk/doc/reference_processing.xml	2015-10-19 20:12:01 UTC (rev 14294)
@@ -2660,7 +2660,7 @@
 				object-by-object basis you can also feed a GeometryCollection to
 				this function.</para>
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
 
@@ -2764,7 +2764,7 @@
 		Will actually do something only with (multi)lines and (multi)polygons but you can safely call it with any kind of geometry. 
 		Since simplification occurs on a object-by-object basis you can also feed a GeometryCollection to this function.</para>
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
 		<note><para>This function handles 3D and the third dimmension will affect the result</para></note>
@@ -2826,10 +2826,10 @@
 			</para>
 			
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
-		<note><para>The output geoemtry will loose all previous information in the M-values</para></note>
+		<note><para>The output geometry will lose all previous information in the M-values</para></note>
 		<note><para>This function handles 3D and the third dimmension will affect the effective area</para></note>
 		<para>Availability: 2.2.0</para>
 	  </refsection>



More information about the postgis-tickets mailing list