From: Sandro Santilli Date: Mon, 30 May 2016 07:48:18 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 2.3.0beta1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5f7bf60d7e8682a218b2ffb456fb160bc7a84c2;p=postgis Fix typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@14922 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/sql/query/GetNodeEdges.sql.in b/topology/sql/query/GetNodeEdges.sql.in index 933d9c1ff..05ba5d6ca 100644 --- a/topology/sql/query/GetNodeEdges.sql.in +++ b/topology/sql/query/GetNodeEdges.sql.in @@ -1,5 +1,5 @@ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- +-- -- PostGIS - Spatial Types for PostgreSQL -- http://postgis.net -- @@ -60,4 +60,4 @@ BEGIN END $$ LANGUAGE 'plpgsql' STABLE; ---} GetRingEdges +--} GetNodeEdges