[postgis-tickets] r17818 - Fix several documentation typos

Raul raul at rmr.ninja
Mon Sep 23 02:20:32 PDT 2019


Author: algunenano
Date: 2019-09-23 02:20:32 -0700 (Mon, 23 Sep 2019)
New Revision: 17818

Modified:
   trunk/doc/extras_topology.xml
   trunk/doc/po/templates/extras_topology.xml.pot
Log:
Fix several documentation typos

Patch by François Bonzon
Closes https://github.com/postgis/postgis/pull/479/



Modified: trunk/doc/extras_topology.xml
===================================================================
--- trunk/doc/extras_topology.xml	2019-09-17 20:00:37 UTC (rev 17817)
+++ trunk/doc/extras_topology.xml	2019-09-23 09:20:32 UTC (rev 17818)
@@ -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 @@
 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

Modified: trunk/doc/po/templates/extras_topology.xml.pot
===================================================================
--- trunk/doc/po/templates/extras_topology.xml.pot	2019-09-17 20:00:37 UTC (rev 17817)
+++ trunk/doc/po/templates/extras_topology.xml.pot	2019-09-23 09:20:32 UTC (rev 17818)
@@ -99,7 +99,7 @@
 #: 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 @@
 "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"



More information about the postgis-tickets mailing list