瀏覽代碼

Typo fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47811 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 14 年之前
父節點
當前提交
956e32fa47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/db/dbmi_base/test/test_main.c

+ 1 - 1
lib/db/dbmi_base/test/test_main.c

@@ -80,7 +80,7 @@ int main(int argc, char *argv[]) {
 
     module = G_define_module();
     module->description
-            = _("Performs benchmarks, unit and integration tests for the gmath library");
+            = _("Performs unit and integration tests for the dbmi base library");
 
     /* Get parameters from user */
     set_params();