[geos-commits] r2340 - trunk/source/headers/geos/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Apr 9 06:21:50 EDT 2009


Author: strk
Date: 2009-04-09 06:21:50 -0400 (Thu, 09 Apr 2009)
New Revision: 2340

Modified:
   trunk/source/headers/geos/operation/buffer/BufferParameters.h
Log:
typo

Modified: trunk/source/headers/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/source/headers/geos/operation/buffer/BufferParameters.h	2009-04-09 09:45:22 UTC (rev 2339)
+++ trunk/source/headers/geos/operation/buffer/BufferParameters.h	2009-04-09 10:21:50 UTC (rev 2340)
@@ -135,7 +135,7 @@
 	//
 	/// @return the number of quadrant segments
 	///
-	int getQuandrantSegments() const { return quadrantSegments; }
+	int getQuadrantSegments() const { return quadrantSegments; }
 
 	/// \brief
 	/// Sets the number of line segments used to approximate



More information about the geos-commits mailing list