[GRASS-SVN] r50615 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 1 09:19:41 EST 2012


Author: martinl
Date: 2012-02-01 06:19:41 -0800 (Wed, 01 Feb 2012)
New Revision: 50615

Modified:
   grass/trunk/lib/vector/Vlib/area.c
Log:
vlib: fix typo


Modified: grass/trunk/lib/vector/Vlib/area.c
===================================================================
--- grass/trunk/lib/vector/Vlib/area.c	2012-02-01 13:56:19 UTC (rev 50614)
+++ grass/trunk/lib/vector/Vlib/area.c	2012-02-01 14:19:41 UTC (rev 50615)
@@ -60,7 +60,7 @@
 	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);



More information about the grass-commit mailing list