Przeglądaj źródła

v/r.import: fix typo in description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66452 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 lat temu
rodzic
commit
198647a574
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      scripts/r.import/r.import.py
  2. 1 1
      scripts/v.import/v.import.py

+ 1 - 1
scripts/r.import/r.import.py

@@ -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

+ 1 - 1
scripts/v.import/v.import.py

@@ -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