[GRASS-SVN] r56453 - grass/trunk/raster/r.watershed/front

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 28 05:29:26 PDT 2013


Author: mmetz
Date: 2013-05-28 05:29:26 -0700 (Tue, 28 May 2013)
New Revision: 56453

Modified:
   grass/trunk/raster/r.watershed/front/main.c
Log:
r.watershed: fix typo

Modified: grass/trunk/raster/r.watershed/front/main.c
===================================================================
--- grass/trunk/raster/r.watershed/front/main.c	2013-05-28 12:07:34 UTC (rev 56452)
+++ grass/trunk/raster/r.watershed/front/main.c	2013-05-28 12:29:26 UTC (rev 56453)
@@ -100,7 +100,7 @@
     opt5 = G_define_standard_option(G_OPT_R_INPUT);
     opt5->key = "blocking";
     opt5->label =
-	_("IName of input raster map blocking overland surface flow");
+	_("Name of input raster map blocking overland surface flow");
     opt5->description =
 	_("For USLE. All non-NULL and non-zero cells are considered as blocking terrain.");
     opt5->required = NO;



More information about the grass-commit mailing list