Browse Source

Typo fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47811 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 14 years ago
parent
commit
956e32fa47
1 changed files with 1 additions and 1 deletions
  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();