[geos-commits] r4183 - trunk/include/geos/geom

Sandro Santilli strk at keybit.net
Tue Apr 12 08:17:15 PDT 2016


Author: strk
Date: 2016-04-12 08:17:15 -0700 (Tue, 12 Apr 2016)
New Revision: 4183

Modified:
   trunk/include/geos/geom/LineSegment.h
Log:
Fix 'Segemnt' typo.

Patch by Todd Trimble <todd.trimble at gmail.com>

Closes https://github.com/libgeos/libgeos/pull/63

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2016-04-12 15:17:07 UTC (rev 4182)
+++ trunk/include/geos/geom/LineSegment.h	2016-04-12 15:17:15 UTC (rev 4183)
@@ -61,7 +61,7 @@
 
 	Coordinate p0; /// Segment start
 
-	Coordinate p1; /// Segemnt end
+	Coordinate p1; /// Segment end
 
 	LineSegment();
 



More information about the geos-commits mailing list