[geos-commits] r3729 - branches/3.3/src/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Dec 4 13:39:24 PST 2012


Author: strk
Date: 2012-12-04 13:39:24 -0800 (Tue, 04 Dec 2012)
New Revision: 3729

Modified:
   branches/3.3/src/operation/buffer/BufferSubgraph.cpp
Log:
typo in comment

Modified: branches/3.3/src/operation/buffer/BufferSubgraph.cpp
===================================================================
--- branches/3.3/src/operation/buffer/BufferSubgraph.cpp	2012-12-04 21:22:35 UTC (rev 3728)
+++ branches/3.3/src/operation/buffer/BufferSubgraph.cpp	2012-12-04 21:39:24 UTC (rev 3729)
@@ -71,7 +71,7 @@
 	addReachable(node);
 
 	// We are assuming that dirEdgeList 
-	// contains *at leas* ONE forward DirectedEdge
+	// contains *at least* ONE forward DirectedEdge
 	finder.findEdge(&dirEdgeList);
 
 	rightMostCoord=&(finder.getCoordinate());



More information about the geos-commits mailing list