浏览代码

minor typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67281 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 9 年之前
父节点
当前提交
27426daafe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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->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";