浏览代码

temporal: fix typo in msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66349 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
2599e2443a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
  2. 1 1
      temporal/t.rast.aggregate/t.rast.aggregate.py

+ 1 - 1
temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py

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

+ 1 - 1
temporal/t.rast.aggregate/t.rast.aggregate.py

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