[GRASS-SVN] r45985 - in grass-addons/raster: r.stream.basins r.stream.del r.stream.distance r.stream.order r.stream.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 15 08:56:42 EDT 2011


Author: neteler
Date: 2011-04-15 05:56:42 -0700 (Fri, 15 Apr 2011)
New Revision: 45985

Modified:
   grass-addons/raster/r.stream.basins/main.c
   grass-addons/raster/r.stream.del/main.c
   grass-addons/raster/r.stream.distance/main.c
   grass-addons/raster/r.stream.order/main.c
   grass-addons/raster/r.stream.stats/main.c
Log:
typos

Modified: grass-addons/raster/r.stream.basins/main.c
===================================================================
--- grass-addons/raster/r.stream.basins/main.c	2011-04-14 23:30:27 UTC (rev 45984)
+++ grass-addons/raster/r.stream.basins/main.c	2011-04-15 12:56:42 UTC (rev 45985)
@@ -40,7 +40,7 @@
     /* initialize module */
     module = G_define_module();
     module->keywords = _("stream, order, catchments");
-    module->description = _("Calculate basins according user' input");
+    module->description = _("Calculate basins according user input");
 
     in_dir_opt = G_define_option();	/* input directon file */
     in_dir_opt->key = "dir";

Modified: grass-addons/raster/r.stream.del/main.c
===================================================================
--- grass-addons/raster/r.stream.del/main.c	2011-04-14 23:30:27 UTC (rev 45984)
+++ grass-addons/raster/r.stream.del/main.c	2011-04-15 12:56:42 UTC (rev 45985)
@@ -41,7 +41,7 @@
     /* initialize module */
     module = G_define_module();
     module->keywords = _("stream, order, catchments");
-    module->description = _("Calculate basins according user' input");
+    module->description = _("Calculate basins according user input");
 
     in_stm_opt = G_define_option();	/* input stream mask file - optional */
     in_stm_opt->key = "stream";

Modified: grass-addons/raster/r.stream.distance/main.c
===================================================================
--- grass-addons/raster/r.stream.distance/main.c	2011-04-14 23:30:27 UTC (rev 45984)
+++ grass-addons/raster/r.stream.distance/main.c	2011-04-15 12:56:42 UTC (rev 45985)
@@ -44,8 +44,8 @@
     module = G_define_module();
     module->keywords = _("stream, order, catchments");
     module->description =
-	_("Calculate distance to and alavation above streams \
-    and outlets according user' input. It can work in stream mode where target are streams and outlets mode \
+	_("Calculate distance to and elevation above streams \
+    and outlets according user input. It can work in stream mode where target are streams and outlets mode \
     where targets are outlets");
 
     in_stm_opt = G_define_option();	/* input stream mask file - optional */

Modified: grass-addons/raster/r.stream.order/main.c
===================================================================
--- grass-addons/raster/r.stream.order/main.c	2011-04-14 23:30:27 UTC (rev 45984)
+++ grass-addons/raster/r.stream.order/main.c	2011-04-15 12:56:42 UTC (rev 45985)
@@ -35,7 +35,7 @@
     module->keywords =
 	_("stream, order, magnitude, Horton, Strahler, Shreeve");
     module->description =
-	_("Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude. It use r.watershed or r.stream.extract output files: stream, direction and optionally accumulation. Otput data can be eighter from r.watershed or r.stream.extract but not from both together");
+	_("Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude. It use r.watershed or r.stream.extract output files: stream, direction and optionally accumulation. Output data can be either from r.watershed or r.stream.extract but not from both together");
 
     /*input option direction is reqired, acummulation is optional */
 

Modified: grass-addons/raster/r.stream.stats/main.c
===================================================================
--- grass-addons/raster/r.stream.stats/main.c	2011-04-14 23:30:27 UTC (rev 45984)
+++ grass-addons/raster/r.stream.stats/main.c	2011-04-15 12:56:42 UTC (rev 45985)
@@ -43,7 +43,7 @@
     module->keywords =
 	_("stream, order, Strahler, Horton, Hack, statisctics");
     module->description =
-	_("Calculate Horton's and optionaly Hack's statistics according user' input.");
+	_("Calculate Horton's and optionally Hack's statistics according to user input.");
 
     in_stm_opt = G_define_option();	/* input stream mask file - optional */
     in_stm_opt->key = "stream";



More information about the grass-commit mailing list