]> granicus.if.org Git - postgis/commitdiff
Fix typo in notice message
authorSandro Santilli <strk@kbt.io>
Fri, 20 Oct 2017 15:06:32 +0000 (15:06 +0000)
committerSandro Santilli <strk@kbt.io>
Fri, 20 Oct 2017 15:06:32 +0000 (15:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16021 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_topo.c

index 166b6de53c45850d52df613a3968849b6853069f..dc9a78f8f3bbd5aaf3ef6ad0e22aac8f53b3b028 100644 (file)
@@ -3702,7 +3702,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
     if ( nface1 ) lwgeom_free(nface1);
     if ( nface2 ) lwgeom_free(nface2);
   }} else {{
-    lwnotice("BBOX of edge changed edge did not change");
+    lwnotice("BBOX of changed edge did not change");
   }}
 
   LWDEBUG(1, "all done, cleaning up edges");