[GRASS-SVN] r29595 -
grass/branches/releasebranch_6_3/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 7 14:24:47 EST 2008
Author: epatton
Date: 2008-01-07 14:24:46 -0500 (Mon, 07 Jan 2008)
New Revision: 29595
Modified:
grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c
Log:
Corrected typo in output parameter text
Modified: grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c 2008-01-07 18:57:44 UTC (rev 29594)
+++ grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c 2008-01-07 19:24:46 UTC (rev 29595)
@@ -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