[GRASS-SVN] r33548 - grass-addons/raster/r.sun_horizon/r.horizon

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 25 17:01:08 EDT 2008


Author: neteler
Date: 2008-09-25 17:01:07 -0400 (Thu, 25 Sep 2008)
New Revision: 33548

Modified:
   grass-addons/raster/r.sun_horizon/r.horizon/main.c
Log:
typo and cosmetics

Modified: grass-addons/raster/r.sun_horizon/r.horizon/main.c
===================================================================
--- grass-addons/raster/r.sun_horizon/r.horizon/main.c	2008-09-25 20:45:46 UTC (rev 33547)
+++ grass-addons/raster/r.sun_horizon/r.horizon/main.c	2008-09-25 21:01:07 UTC (rev 33548)
@@ -184,7 +184,7 @@
 	_("Computes horizon angle height from a digital elevation model. The module has two"
 	 " different modes of operation:  "
 	 "1. Computes the entire horizon around a single point whose coordinates are"
-	 " given on withe the 'coord' option. The horizon height (in radians). "
+	 " given with the 'coord' option. The horizon height (in radians). "
 	 "2. Computes one or more raster maps of the horizon height in a single direction. "
 	 " The input for this is the angle (in degrees), which is measured "
 	 " counterclockwise with east=0, north=90 etc. The output is the horizon height in radians.");
@@ -299,7 +299,7 @@
     parm.horizon->type = TYPE_STRING;
     parm.horizon->required = NO;
     parm.horizon->gisprompt = "old,cell,raster";
-    parm.horizon->description = _("Name of the horizon raster output");
+    parm.horizon->description = _("Prefix of the horizon raster output maps");
     parm.horizon->guisection = _("Output_options");
 
 



More information about the grass-commit mailing list