[postgis-tickets] r17730 - Fix typo

Sandro Santilli strk at kbt.io
Mon Aug 19 01:19:08 PDT 2019


Author: strk
Date: 2019-08-19 13:19:08 -0700 (Mon, 19 Aug 2019)
New Revision: 17730

Modified:
   trunk/postgis/postgis.sql.in
Log:
Fix typo

Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in	2019-08-19 16:14:47 UTC (rev 17729)
+++ trunk/postgis/postgis.sql.in	2019-08-19 20:19:08 UTC (rev 17730)
@@ -2829,7 +2829,7 @@
 							SELECT 1 FROM pg_catalog.pg_proc
 							WHERE proname = 'postgis_sfcgal_version' ) )
 
-				 -- PostGIS Topoology is available if
+				 -- PostGIS Topology is available if
 				 -- 'topology.topology' table exists
 				 -- NOTE: disabled due to https://trac.osgeo.org/postgis/ticket/2503
 				 OR ( FALSE AND rec.name = 'postgis_topology' AND EXISTS (



More information about the postgis-tickets mailing list