Jelajahi Sumber

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44956 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 tahun lalu
induk
melakukan
917ea649cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/vector/diglib/poly.c

+ 1 - 1
lib/vector/diglib/poly.c

@@ -134,7 +134,7 @@ int dig_find_area_poly(struct line_pnts *Points, double *totalarea)
  * 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
  *