[GRASS-SVN] r59492 - in grass/branches/releasebranch_7_0/raster: r.stream.distance r.stream.order r.stream.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 04:34:56 PDT 2014


Author: hellik
Date: 2014-03-28 04:34:56 -0700 (Fri, 28 Mar 2014)
New Revision: 59492

Modified:
   grass/branches/releasebranch_7_0/raster/r.stream.distance/main.c
   grass/branches/releasebranch_7_0/raster/r.stream.order/main.c
   grass/branches/releasebranch_7_0/raster/r.stream.stats/main.c
Log:
r.stream.*: cosmetics - merge from trunk

Modified: grass/branches/releasebranch_7_0/raster/r.stream.distance/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.distance/main.c	2014-03-28 10:52:49 UTC (rev 59491)
+++ grass/branches/releasebranch_7_0/raster/r.stream.distance/main.c	2014-03-28 11:34:56 UTC (rev 59492)
@@ -7,8 +7,8 @@
  * PURPOSE:      Calculate distance and elevation over the streams and outlets 
  *               according user's input data. The elevation and distance is calculated
  *               along watercourses
- *               It uses any stream map  and r.watershed or .stream.extreact direction map.
- *               Stram input map shall contains streams or points outlets with or
+ *               It uses any stream map  and r.watershed or .stream.extract direction map.
+ *               Stream input map shall contains streams or points outlets with or
  *               without unique categories
  *
  * COPYRIGHT:    (C) 2002,2009-2014 by the GRASS Development Team

Modified: grass/branches/releasebranch_7_0/raster/r.stream.order/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.order/main.c	2014-03-28 10:52:49 UTC (rev 59491)
+++ grass/branches/releasebranch_7_0/raster/r.stream.order/main.c	2014-03-28 11:34:56 UTC (rev 59492)
@@ -8,7 +8,7 @@
  *			It use r.stream.extract or r.watershed output files: 
  * 			stream, direction, accumulation and elevation. 
  * 			The output are set of raster maps and vector file containing
- * 			addational stream attributes.
+ * 			additional stream attributes.
  *
  * COPYRIGHT:		(C) 2009-2014 by the GRASS Development Team
  *

Modified: grass/branches/releasebranch_7_0/raster/r.stream.stats/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.stats/main.c	2014-03-28 10:52:49 UTC (rev 59491)
+++ grass/branches/releasebranch_7_0/raster/r.stream.stats/main.c	2014-03-28 11:34:56 UTC (rev 59492)
@@ -5,7 +5,7 @@
  * AUTHOR(S):    Jarek Jasiewicz jarekj amu.edu.pl
  *               
  * PURPOSE:      Calculate Horton's statistics according stream network and elevation map.
- *               Program calculates: Bifuarcation ratio, length ratio, area ratio, 
+ *               Program calculates: Bifurcation ratio, length ratio, area ratio, 
  *               slope ratio and drainage density.
  *               It uses r.stream.order stream map, r.watershed direction map and DEM
  *               Stream input map shall contain streams ordered according Strahler's or



More information about the grass-commit mailing list