[GRASS-SVN] r69401 - in grass/branches/releasebranch_7_2/temporal:	t.rast.aggregate.ds t.vect.algebra
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Wed Sep  7 14:18:52 PDT 2016
    
    
  
Author: neteler
Date: 2016-09-07 14:18:51 -0700 (Wed, 07 Sep 2016)
New Revision: 69401
Modified:
   grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html
   grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py
Log:
t.rast.aggregate.ds,t.vect.algebra: minor msg typos fixed (contributed by veroandreo)
Modified: grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html	2016-09-07 21:18:41 UTC (rev 69400)
+++ grass/branches/releasebranch_7_2/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html	2016-09-07 21:18:51 UTC (rev 69401)
@@ -9,7 +9,7 @@
 
 <h2>NOTES</h2>
 The sampling method must be specified from the sampler dataset point of view.
-It defines the temporal relations hips between intervals of the sampling 
+It defines the temporal relationships between intervals of the sampling 
 dataset and the input space time raster dataset.
 
 <h2>EXAMPLES</h2>
Modified: grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py
===================================================================
--- grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py	2016-09-07 21:18:41 UTC (rev 69400)
+++ grass/branches/releasebranch_7_2/temporal/t.vect.algebra/t.vect.algebra.py	2016-09-07 21:18:51 UTC (rev 69401)
@@ -5,7 +5,7 @@
 # MODULE:       t.vect.algebra
 # AUTHOR(S):    Thomas Leppelt, Soeren Gebbert
 #
-# PURPOSE:      Provide temporal vector algebra to perform spatial an temporal operations
+# PURPOSE:      Provide temporal vector algebra to perform spatial and temporal operations
 #               for space time datasets by topological relationships to other space time
 #               datasets.
 # COPYRIGHT:    (C) 2014 by the GRASS Development Team
@@ -17,7 +17,7 @@
 #############################################################################
 
 #%module
-#% description: Apply temporal and spatial oeprations on space time vector datasets using temporal vector algebra.
+#% description: Apply temporal and spatial operations on space time vector datasets using temporal vector algebra.
 #% keyword: temporal
 #% keyword: algebra
 #% keyword: vector
    
    
More information about the grass-commit
mailing list