[geos-commits] r2108 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jan 17 14:15:48 EST 2008


Author: benjubb
Date: 2008-01-17 14:15:48 -0500 (Thu, 17 Jan 2008)
New Revision: 2108

Modified:
   trunk/capi/geos_c.cpp
Log:
Fixed a misspelling, GEOSPreparedContainsProperty => GEOSPreparedContainsProperly


Modified: trunk/capi/geos_c.cpp
===================================================================
--- trunk/capi/geos_c.cpp	2008-01-16 18:36:18 UTC (rev 2107)
+++ trunk/capi/geos_c.cpp	2008-01-17 19:15:48 UTC (rev 2108)
@@ -2346,7 +2346,7 @@
 }
 
 char
-GEOSPreparedContainsProperty(const geos::geom::prep::PreparedGeometry *pg1, const Geometry *g2)
+GEOSPreparedContainsProperly(const geos::geom::prep::PreparedGeometry *pg1, const Geometry *g2)
 {
 	try 
 	{



More information about the geos-commits mailing list