[GRASS-SVN] r50163 - grass/trunk/raster/r.series/test_suite

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 12 14:04:07 EST 2012


Author: huhabla
Date: 2012-01-12 11:04:07 -0800 (Thu, 12 Jan 2012)
New Revision: 50163

Modified:
   grass/trunk/raster/r.series/test_suite/test.r.series.sh
Log:
Typo fix


Modified: grass/trunk/raster/r.series/test_suite/test.r.series.sh
===================================================================
--- grass/trunk/raster/r.series/test_suite/test.r.series.sh	2012-01-12 18:58:44 UTC (rev 50162)
+++ grass/trunk/raster/r.series/test_suite/test.r.series.sh	2012-01-12 19:04:07 UTC (rev 50163)
@@ -1,7 +1,7 @@
 # Test r.series basic aggregation functions with map and file inputs
 # We need to set a specific region in the
 # @preprocess step of this test. We generate
-# raster with r.mapcalc 
+# raster maps with r.mapcalc 
 # The region setting should work for UTM and LL test locations
 g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
 
@@ -32,7 +32,7 @@
 
 EOF
 
-# The second file includes weights. The deafult weight pf 1.0 
+# The second file includes weights. The deafult weight of 1.0 
 # must not be specified
 cat > "${TMP_FILE_WEIGHTS}" << EOF
 prec_1|3



More information about the grass-commit mailing list