Browse Source

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50489 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 years ago
parent
commit
ced9fc3d9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.to.rast3/main.c

+ 1 - 1
vector/v.to.rast3/main.c

@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
 
     col_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     col_opt->required = YES;
-    col_opt->description = _("Name or attrbitute column (data type must be numeric)");
+    col_opt->description = _("Name of attrbitute column (data type must be numeric)");
     
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);