]> granicus.if.org Git - postgis/commitdiff
Fix several documentation typos
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Mon, 23 Sep 2019 09:20:32 +0000 (09:20 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Mon, 23 Sep 2019 09:20:32 +0000 (09:20 +0000)
Patch by François Bonzon
Closes https://github.com/postgis/postgis/pull/479/

git-svn-id: http://svn.osgeo.org/postgis/trunk@17818 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml
doc/po/templates/extras_topology.xml.pot

index c6aa6a68461d9e63b3298625d80edd1f8b34c935..db2013bb8daf9cfa02ff3f4a643ce32e51d3ef7f 100644 (file)
@@ -10,7 +10,7 @@
        <para>Details of this project can be found at <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS Topology Wiki</ulink></para>
        <para>All functions and tables associated with this module are installed in a schema called <varname>topology</varname>.</para>
        <para>Functions that are defined in SQL/MM standard are prefixed with ST_ and functions specific to PostGIS are not prefixed.</para>
-       <para>Topolgy support is build by default starting with PostGIS 2.0, and can be disabled specifying --without-topology configure option at build time as described in <xref linkend="postgis_installation"/></para>
+       <para>Topology support is build by default starting with PostGIS 2.0, and can be disabled specifying --without-topology configure option at build time as described in <xref linkend="postgis_installation"/></para>
 
        <sect1 id="Topology_Types">
         <sect1info>
@@ -2810,7 +2810,7 @@ FROM (SELECT b.gid,  topology.TopoElementArray_Agg(ARRAY[f.face_id,3]) As bfaces
 WHERE foo.gid = bg.gid;
 
 -- and if we wanted to convert our topogeometry back
--- to a denomalized geometry aligned with our faces and edges
+-- to a denormalized geometry aligned with our faces and edges
 -- cast the topo to a geometry
 -- The really cool thing is my new geometries
 -- are now aligned with my tiger street centerlines
index 5a311ff21fb3173212331c2e92a24dbb98586fec..307c3696cd4b32618f11fcb5bc88ef83c79294e6 100644 (file)
@@ -99,7 +99,7 @@ msgstr ""
 #: extras_topology.xml:13
 #, no-c-format
 msgid ""
-"Topolgy support is build by default starting with PostGIS 2.0, and can be "
+"Topology support is build by default starting with PostGIS 2.0, and can be "
 "disabled specifying --without-topology configure option at build time as "
 "described in <xref linkend=\"postgis_installation\"/>"
 msgstr ""
@@ -3656,7 +3656,7 @@ msgid ""
 "WHERE foo.gid = bg.gid;\n"
 "\n"
 "-- and if we wanted to convert our topogeometry back\n"
-"-- to a denomalized geometry aligned with our faces and edges\n"
+"-- to a denormalized geometry aligned with our faces and edges\n"
 "-- cast the topo to a geometry\n"
 "-- The really cool thing is my new geometries\n"
 "-- are now aligned with my tiger street centerlines\n"