[GRASS-SVN] r66452 - in grass/trunk/scripts: r.import v.import

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 9 11:00:18 PDT 2015


Author: annakrat
Date: 2015-10-09 11:00:18 -0700 (Fri, 09 Oct 2015)
New Revision: 66452

Modified:
   grass/trunk/scripts/r.import/r.import.py
   grass/trunk/scripts/v.import/v.import.py
Log:
v/r.import: fix typo in description

Modified: grass/trunk/scripts/r.import/r.import.py
===================================================================
--- grass/trunk/scripts/r.import/r.import.py	2015-10-09 17:56:21 UTC (rev 66451)
+++ grass/trunk/scripts/r.import/r.import.py	2015-10-09 18:00:18 UTC (rev 66452)
@@ -17,7 +17,7 @@
 #############################################################################
 
 #%module
-#% description: Imports raster data into a GRASS raster map using GDAL library and reproject on the fly.
+#% description: Imports raster data into a GRASS raster map using GDAL library and reprojects on the fly.
 #% keyword: raster
 #% keyword: import
 #% keyword: projection

Modified: grass/trunk/scripts/v.import/v.import.py
===================================================================
--- grass/trunk/scripts/v.import/v.import.py	2015-10-09 17:56:21 UTC (rev 66451)
+++ grass/trunk/scripts/v.import/v.import.py	2015-10-09 18:00:18 UTC (rev 66452)
@@ -17,7 +17,7 @@
 #############################################################################
 
 #%module
-#% description: Imports vector data into a GRASS vector map using OGR library and reproject on the fly.
+#% description: Imports vector data into a GRASS vector map using OGR library and reprojects on the fly.
 #% keyword: vector
 #% keyword: import
 #% keyword: projection



More information about the grass-commit mailing list