]> granicus.if.org Git - postgis/commitdiff
Comment typo
authorSandro Santilli <strk@keybit.net>
Sun, 22 Jan 2012 12:10:02 +0000 (12:10 +0000)
committerSandro Santilli <strk@keybit.net>
Sun, 22 Jan 2012 12:10:02 +0000 (12:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8899 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/regress/topogeo_addlinestring.sql

index b6d3f06baa781a5d1cc9372339900de2459bcada..dd4e5c514b3592ece7dafbd0c18d412648af3228 100644 (file)
@@ -63,7 +63,7 @@ SELECT 'invalid', TopoGeo_addLineString('city_data', 'POINT(36 26)');
 SELECT 'iso_uni', TopoGeo_addLineString('city_data', 'LINESTRING(36 26, 38 30)');
 SELECT check_changes();
 
--- Isolated point in face 5
+-- Isolated edge in face 5
 SELECT 'iso_f5', TopoGeo_addLineString('city_data', 'LINESTRING(37 20, 43 19, 41 16)');
 SELECT check_changes();