Browse Source

vlib: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50615 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
d5e1638c88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vector/Vlib/area.c

+ 1 - 1
lib/vector/Vlib/area.c

@@ -60,7 +60,7 @@ int Vect_get_area_points(const struct Map_info *Map,
 	G_debug(3, "  append line(%d) = %d", i, line);
 
 	if (0 > Vect_read_line(Map, Points, NULL, aline)) {
-	    G_fatal_error(_("Unable to read read line %d"), aline);
+	    G_fatal_error(_("Unable to read line %d"), aline);
 	}
 
 	G_debug(3, "  line n_points = %d", Points->n_points);