[GRASS-SVN] r67281 - grass/trunk/imagery/i.vi

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 20 05:51:21 PST 2015


Author: ychemin
Date: 2015-12-20 05:51:21 -0800 (Sun, 20 Dec 2015)
New Revision: 67281

Modified:
   grass/trunk/imagery/i.vi/main.c
Log:
minor typo

Modified: grass/trunk/imagery/i.vi/main.c
===================================================================
--- grass/trunk/imagery/i.vi/main.c	2015-12-20 13:43:30 UTC (rev 67280)
+++ grass/trunk/imagery/i.vi/main.c	2015-12-20 13:51:21 UTC (rev 67281)
@@ -178,7 +178,7 @@
     opt.sl_slope->type = TYPE_DOUBLE;
     opt.sl_slope->required = NO;
     opt.sl_slope->description = _("Value of the slope of the soil line (MSAVI2 only)");
-    opt.sl_slope->guisection = _("MSAVI2 seetings");
+    opt.sl_slope->guisection = _("MSAVI2 settings");
 
     opt.sl_int = G_define_option();
     opt.sl_int->key = "soil_line_intercept";



More information about the grass-commit mailing list