Explorar el Código

minor typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67281 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin hace 9 años
padre
commit
27426daafe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      imagery/i.vi/main.c

+ 1 - 1
imagery/i.vi/main.c

@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
     opt.sl_slope->type = TYPE_DOUBLE;
     opt.sl_slope->type = TYPE_DOUBLE;
     opt.sl_slope->required = NO;
     opt.sl_slope->required = NO;
     opt.sl_slope->description = _("Value of the slope of the soil line (MSAVI2 only)");
     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 = G_define_option();
     opt.sl_int->key = "soil_line_intercept";
     opt.sl_int->key = "soil_line_intercept";