git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50489 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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);