[postgis-tickets] r14297 - From Dan Baston - installation and editor function 2.2 backport for https://github.com/postgis/postgis/pull/69

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


Author: robe
Date: 2015-10-19 13:43:21 -0700 (Mon, 19 Oct 2015)
New Revision: 14297

Modified:
   branches/2.2/doc/installation.xml
   branches/2.2/doc/reference_editor.xml
Log:
>From Dan Baston - installation and editor function 2.2 backport for https://github.com/postgis/postgis/pull/69

Modified: branches/2.2/doc/installation.xml
===================================================================
--- branches/2.2/doc/installation.xml	2015-10-19 20:42:04 UTC (rev 14296)
+++ branches/2.2/doc/installation.xml	2015-10-19 20:43:21 UTC (rev 14297)
@@ -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: branches/2.2/doc/reference_editor.xml
===================================================================
--- branches/2.2/doc/reference_editor.xml	2015-10-19 20:42:04 UTC (rev 14296)
+++ branches/2.2/doc/reference_editor.xml	2015-10-19 20:43:21 UTC (rev 14297)
@@ -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