[GRASS-SVN] r50489 - grass/trunk/vector/v.to.rast3

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 27 05:13:41 EST 2012


Author: mmetz
Date: 2012-01-27 02:13:41 -0800 (Fri, 27 Jan 2012)
New Revision: 50489

Modified:
   grass/trunk/vector/v.to.rast3/main.c
Log:
fix typo

Modified: grass/trunk/vector/v.to.rast3/main.c
===================================================================
--- grass/trunk/vector/v.to.rast3/main.c	2012-01-27 09:59:15 UTC (rev 50488)
+++ grass/trunk/vector/v.to.rast3/main.c	2012-01-27 10:13:41 UTC (rev 50489)
@@ -59,7 +59,7 @@
 
     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);



More information about the grass-commit mailing list