[GRASS-SVN] r44956 - grass/trunk/lib/vector/diglib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 11 13:01:10 EST 2011


Author: mmetz
Date: 2011-01-11 10:01:10 -0800 (Tue, 11 Jan 2011)
New Revision: 44956

Modified:
   grass/trunk/lib/vector/diglib/poly.c
Log:
fix typo

Modified: grass/trunk/lib/vector/diglib/poly.c
===================================================================
--- grass/trunk/lib/vector/diglib/poly.c	2011-01-11 18:00:49 UTC (rev 44955)
+++ grass/trunk/lib/vector/diglib/poly.c	2011-01-11 18:01:10 UTC (rev 44956)
@@ -134,7 +134,7 @@
  * find orientation of polygon (clockwise or counterclockwise)
  * in theory faster than signed area for > 4 vertices, but is not robust
  * against special cases
- * use dog_find_area_poly instead
+ * use dig_find_area_poly instead
  *
  * points must be closed polygon with first point = last point
  *



More information about the grass-commit mailing list