[GRASS-SVN] r50502 - grass/trunk/vector/v.to.rast3
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 27 16:00:24 EST 2012
Author: neteler
Date: 2012-01-27 13:00:24 -0800 (Fri, 27 Jan 2012)
New Revision: 50502
Modified:
grass/trunk/vector/v.to.rast3/main.c
Log:
fix r50489
Modified: grass/trunk/vector/v.to.rast3/main.c
===================================================================
--- grass/trunk/vector/v.to.rast3/main.c 2012-01-27 18:10:35 UTC (rev 50501)
+++ grass/trunk/vector/v.to.rast3/main.c 2012-01-27 21:00:24 UTC (rev 50502)
@@ -59,7 +59,7 @@
col_opt = G_define_standard_option(G_OPT_DB_COLUMN);
col_opt->required = YES;
- col_opt->description = _("Name of attrbitute column (data type must be numeric)");
+ col_opt->description = _("Name of attribute column (data type must be numeric)");
if (G_parser(argc, argv))
exit(EXIT_FAILURE);
More information about the grass-commit
mailing list