[GRASS-SVN] r59373 - grass-addons/grass7/raster/r.stream.slope

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 26 08:47:49 PDT 2014


Author: hellik
Date: 2014-03-26 08:47:49 -0700 (Wed, 26 Mar 2014)
New Revision: 59373

Modified:
   grass-addons/grass7/raster/r.stream.slope/main.c
   grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html
Log:
cosmetics

Modified: grass-addons/grass7/raster/r.stream.slope/main.c
===================================================================
--- grass-addons/grass7/raster/r.stream.slope/main.c	2014-03-26 15:40:17 UTC (rev 59372)
+++ grass-addons/grass7/raster/r.stream.slope/main.c	2014-03-26 15:47:49 UTC (rev 59373)
@@ -97,13 +97,13 @@
     out_max_curv_opt->key = "maxcurv";
     out_max_curv_opt->required = NO;
     out_max_curv_opt->description =
-	"Output local downstream maximium cuvature";
+	"Output local downstream maximum curvature";
 
     out_min_curv_opt = G_define_standard_option(G_OPT_R_OUTPUT);
     out_min_curv_opt->key = "mincurv";
     out_min_curv_opt->required = NO;
     out_min_curv_opt->description =
-	"Output local downstream minimum cuvature";
+	"Output local downstream minimum curvature";
 
     if (G_parser(argc, argv))	/* parser */
 	exit(EXIT_FAILURE);

Modified: grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html
===================================================================
--- grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html	2014-03-26 15:40:17 UTC (rev 59372)
+++ grass-addons/grass7/raster/r.stream.slope/r.stream.slope.html	2014-03-26 15:47:49 UTC (rev 59373)
@@ -8,7 +8,7 @@
 values in places where streams occur. NULL (nodata) cells are ignored, zero and
 negative values are valid direction data if they vary from -8 to 8 (CCW from
 East in steps of 45 degrees). Direction map shall be of type CELL values. Region
-resolution and map resoultion must be the same.</dd>
+resolution and map resolution must be the same.</dd>
 
 <dt><b>elevation</b></dt>
 <dd>Elevation: name of input elevation map or any other map we want to calculate
@@ -19,14 +19,14 @@
 <dl>
 <dt><b>difference</b></dt>
 <dd>Downstream elevation difference: Difference between elevation of current
-cell and downstream cell. Shall always be posivtive. Negative values show, that
+cell and downstream cell. Shall always be positive. Negative values show, that
 current cell is pit or depression cell. Module is prepared to be used with
 elevation but can be also used to calculate local difference of any feature
 along watercourses in slope subsystem. In that way elevation map must be
 replaced by map we want to calculate. If we use different map than elevation,
 rest of parameters have no sense to calculate</dd>
 <dt><b>gradient</b></dt>
-<dd>Downstream gradinet: Downstream elevation difference divided by
+<dd>Downstream gradient: Downstream elevation difference divided by
 distance.</dd>
 <dt><b>maxcurv</b></dt>
 <dd>Maximum linear curvature along watercourse. Calculated along watercourse



More information about the grass-commit mailing list