[geos-commits] r2701 - in trunk: . source/headers/geos/geom
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Oct 25 14:48:06 EDT 2009
Author: mloskot
Date: 2009-10-25 14:48:05 -0400 (Sun, 25 Oct 2009)
New Revision: 2701
Modified:
trunk/ChangeLog
trunk/source/headers/geos/geom/Geometry.h
Log:
Fixed typo in getCentroid function comment in Geometry.h.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-10-23 13:04:18 UTC (rev 2700)
+++ trunk/ChangeLog 2009-10-25 18:48:05 UTC (rev 2701)
@@ -1,3 +1,7 @@
+2009-10-25 18:47 Mateusz Loskot <mateusz at loskot.net>
+
+ * Fixed typo in getCentroid function comment in Geometry.h
+
2009-10-19 14:47 Mateusz Loskot <mateusz at loskot.net>
* [r2684] tests/xmltester/tests/buffer_snapround.xml: not well-formed XML,
Modified: trunk/source/headers/geos/geom/Geometry.h
===================================================================
--- trunk/source/headers/geos/geom/Geometry.h 2009-10-23 13:04:18 UTC (rev 2700)
+++ trunk/source/headers/geos/geom/Geometry.h 2009-10-25 18:48:05 UTC (rev 2701)
@@ -690,7 +690,7 @@
* Computes the centroid of this <code>Geometry</code>.
*
* The centroid is equal to the centroid of the set of component
- * Geometrys of highest dimension (since the lower-dimension geometries
+ * Geometries of highest dimension (since the lower-dimension geometries
* contribute zero "weight" to the centroid)
*
* @return a {@link Point} which is the centroid of this Geometry
More information about the geos-commits
mailing list