[GRASS-SVN] r58408 - grass/trunk/raster/r.stream.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 8 12:23:52 PST 2013


Author: mmetz
Date: 2013-12-08 12:23:52 -0800 (Sun, 08 Dec 2013)
New Revision: 58408

Modified:
   grass/trunk/raster/r.stream.extract/main.c
Log:
r.stream.extract: fix typo in description

Modified: grass/trunk/raster/r.stream.extract/main.c
===================================================================
--- grass/trunk/raster/r.stream.extract/main.c	2013-12-07 23:14:15 UTC (rev 58407)
+++ grass/trunk/raster/r.stream.extract/main.c	2013-12-08 20:23:52 UTC (rev 58408)
@@ -85,7 +85,7 @@
     input.acc->label = _("Name of input accumulation raster map");
     input.acc->required = NO;
     input.acc->description =
-	_("Stream extraction will use provided accumulation instead of calculating it a new");
+	_("Stream extraction will use provided accumulation instead of calculating it anew");
     input.acc->guisection = _("Input options");
 
     input.depression = G_define_standard_option(G_OPT_R_INPUT);



More information about the grass-commit mailing list