[GRASS-SVN] r50954 - grass/branches/develbranch_6/raster/r.topmodel

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 27 13:37:37 EST 2012


Author: hamish
Date: 2012-02-27 10:37:37 -0800 (Mon, 27 Feb 2012)
New Revision: 50954

Modified:
   grass/branches/develbranch_6/raster/r.topmodel/main.c
Log:
spelling (#1596)

Modified: grass/branches/develbranch_6/raster/r.topmodel/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.topmodel/main.c	2012-02-26 23:17:54 UTC (rev 50953)
+++ grass/branches/develbranch_6/raster/r.topmodel/main.c	2012-02-27 18:37:37 UTC (rev 50954)
@@ -92,7 +92,7 @@
     param.topidx = G_define_standard_option(G_OPT_R_OUTPUT);
     param.topidx->key = "topidx";
     param.topidx->label =
-	_("Name for output opographic index ln(a/tanB) raster map");
+	_("Name for output topographic index ln(a/tanB) raster map");
     param.topidx->description = _("MASK applied");
     param.topidx->required = NO;
     param.topidx->guisection = _("Output");



More information about the grass-commit mailing list