[GRASS-SVN] r29594 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 7 13:57:45 EST 2008


Author: epatton
Date: 2008-01-07 13:57:44 -0500 (Mon, 07 Jan 2008)
New Revision: 29594

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
Corrected type in description text

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2008-01-07 12:38:19 UTC (rev 29593)
+++ grass/trunk/vector/v.in.ogr/main.c	2008-01-07 18:57:44 UTC (rev 29594)
@@ -147,7 +147,7 @@
     type_opt = G_define_standard_option(G_OPT_V_TYPE) ;
     type_opt->options = "point,line,boundary,centroid";
     type_opt->answer = "";
-    type_opt->description = _("Optionaly change default input type");
+    type_opt->description = _("Optionally change default input type");
     type_opt->descriptions =
       _("point;import area centroids as points;"
 	"line;import area boundaries as lines;"



More information about the grass-commit mailing list