]> granicus.if.org Git - postgis/commitdiff
From Dan Baston - installation and editor function typos closes https://github.com...
authorRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 20:42:04 +0000 (20:42 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 20:42:04 +0000 (20:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14296 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml
doc/reference_editor.xml

index 9b3880aab5d3cabf76f3b4bf9e8bcce0ee0a61d9..e0208f4b1048dd7b5e39b0ef73df0f094a635871 100644 (file)
@@ -1934,7 +1934,7 @@ ALTER EXTENSION postgis_topology UPDATE TO "&last_release_version;next";</progra
     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 ).
index 8dee6572969b5ba5aada603bcad4833356c7c77a..d0f2e95fdc88e39e3306dce46dfedb98a9bb4092 100644 (file)
@@ -1570,7 +1570,7 @@ SRID=3785;POINT(-13732990.8753491 6178458.96425423)
                        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 @@ SELECT ST_AsEWKT(ST_SnapToGrid(ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 3 2.
 
                <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>