[postgis-tickets] r14296 - From Dan Baston - installation and editor function typos closes https://github.com/postgis/postgis/pull/69

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


Author: robe
Date: 2015-10-19 13:42:04 -0700 (Mon, 19 Oct 2015)
New Revision: 14296

Modified:
   trunk/doc/installation.xml
   trunk/doc/reference_editor.xml
Log:
>From Dan Baston - installation and editor function typos closes https://github.com/postgis/postgis/pull/69

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2015-10-19 20:28:52 UTC (rev 14295)
+++ trunk/doc/installation.xml	2015-10-19 20:42:04 UTC (rev 14296)
@@ -1934,7 +1934,7 @@
     be used at all.
     All your custom records with invalid SRIDs will be retained,
     with those > 999999 moved into the reserved range, but the
-    spatial_ref_sys table would loose a check constraint guarding
+    spatial_ref_sys table would lose a check constraint guarding
     for that invariant to hold and possibly also its primary key
     ( when multiple invalid SRIDS get converted to the same reserved
     SRID value ).

Modified: trunk/doc/reference_editor.xml
===================================================================
--- trunk/doc/reference_editor.xml	2015-10-19 20:28:52 UTC (rev 14295)
+++ trunk/doc/reference_editor.xml	2015-10-19 20:42:04 UTC (rev 14296)
@@ -1570,7 +1570,7 @@
 			grid.</para>
 
 		<note>
-		  <para>The returned geometry might loose its simplicity (see
+		  <para>The returned geometry might lose its simplicity (see
 		  <xref linkend="ST_IsSimple" />).</para>
 		</note>
 
@@ -1687,7 +1687,7 @@
 
 		<note>
 		  <para>
-		  The returned geometry might loose its simplicity (see
+		  The returned geometry might lose its simplicity (see
 		  <xref linkend="ST_IsSimple" />) and validity (see 
 		  <xref linkend="ST_IsValid" />).
 		  </para>



More information about the postgis-tickets mailing list