[GRASS-SVN] r66349 - in grass/trunk/temporal: t.rast.aggregate t.rast.aggregate.ds

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 27 05:51:49 PDT 2015


Author: neteler
Date: 2015-09-27 05:51:49 -0700 (Sun, 27 Sep 2015)
New Revision: 66349

Modified:
   grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
   grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
Log:
temporal: fix typo in msg

Modified: grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py	2015-09-27 11:11:04 UTC (rev 66348)
+++ grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py	2015-09-27 12:51:49 UTC (rev 66349)
@@ -98,7 +98,7 @@
 
 #%flag
 #% key: s
-#% description: Use start time - truncated accoring to granularity - as suffix. This flag overrides the offset option.
+#% description: Use start time - truncated according to granularity - as suffix (overrides offset option)
 #%end
 
 import grass.script as gcore

Modified: grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
===================================================================
--- grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2015-09-27 11:11:04 UTC (rev 66348)
+++ grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2015-09-27 12:51:49 UTC (rev 66349)
@@ -90,7 +90,7 @@
 
 #%flag
 #% key: s
-#% description: Use start time - truncated accoring to granularity - as suffix. This flag overrides the offset option.
+#% description: Use start time - truncated according to granularity - as suffix (overrides offset option)
 #%end
 
 import grass.script as gcore



More information about the grass-commit mailing list