[GRASS-SVN] r51209 - grass/trunk/vector/v.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 30 18:49:00 EDT 2012


Author: neteler
Date: 2012-03-30 15:48:59 -0700 (Fri, 30 Mar 2012)
New Revision: 51209

Modified:
   grass/trunk/vector/v.rectify/main.c
Log:
typo

Modified: grass/trunk/vector/v.rectify/main.c
===================================================================
--- grass/trunk/vector/v.rectify/main.c	2012-03-30 17:53:59 UTC (rev 51208)
+++ grass/trunk/vector/v.rectify/main.c	2012-03-30 22:48:59 UTC (rev 51209)
@@ -78,7 +78,7 @@
 
     pfile = G_define_standard_option(G_OPT_F_INPUT);
     pfile->key = "points";
-    pfile->description = _("Name to input file with control points");
+    pfile->description = _("Name of input file with control points");
     pfile->required = NO;
 
     val = G_define_option();



More information about the grass-commit mailing list