[GRASS-SVN] r69748 - in grass/trunk: imagery/i.landsat.toar raster raster/r.compress raster/r.patch temporal temporal/t.rast.algebra temporal/t.select vector/v.generalize

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 28 07:01:13 PDT 2016


Author: martinl
Date: 2016-10-28 07:01:13 -0700 (Fri, 28 Oct 2016)
New Revision: 69748

Modified:
   grass/trunk/imagery/i.landsat.toar/landsat_set.c
   grass/trunk/raster/r.compress/r.compress.html
   grass/trunk/raster/r.patch/r.patch.html
   grass/trunk/raster/rasterintro.html
   grass/trunk/temporal/t.rast.algebra/t.rast.algebra.py
   grass/trunk/temporal/t.select/t.select.py
   grass/trunk/temporal/temporalintro.html
   grass/trunk/vector/v.generalize/v.generalize.html
Log:
Patch to fix various spelling errors (see #3194)

Modified: grass/trunk/imagery/i.landsat.toar/landsat_set.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/landsat_set.c	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/imagery/i.landsat.toar/landsat_set.c	2016-10-28 14:01:13 UTC (rev 69748)
@@ -378,7 +378,7 @@
     /* Spectral radiances at detector */
     double Lmax[][4] = {
 	{240., 170., 150., 127.},	/* before   April 6, 1984    */
-	{268., 179., 159., 123.},	/* betweeen                  */
+	{268., 179., 159., 123.},	/* between                   */
 	{268., 179., 148., 123.}	/* after    November 9, 1984 */
     };
     double Lmin[][4] = {

Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/raster/r.compress/r.compress.html	2016-10-28 14:01:13 UTC (rev 69748)
@@ -114,7 +114,7 @@
 <dt><strong>ZLIB</strong></dt>
 <dd>ZLIB's deflate is the default compression method for all raster 
 maps. GRASS GIS 7 uses by default 1 as ZLIB compression level which is the 
-best compromise betweeen speed and compression ratio, also when 
+best compromise between speed and compression ratio, also when 
 compared to other available compression methods. Valid levels are in 
 the range [1, 9] and can be set with the environment variable 
 <tt>GRASS_ZLIB_LEVEL</tt>.</dd>

Modified: grass/trunk/raster/r.patch/r.patch.html
===================================================================
--- grass/trunk/raster/r.patch/r.patch.html	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/raster/r.patch/r.patch.html	2016-10-28 14:01:13 UTC (rev 69748)
@@ -84,7 +84,7 @@
 from the <em>input</em> maps and creates these files for the patched, 
 composite <em>output</em> map.  This can be quite time consuming for 
 certain maps, especially if there are many different category values 
-across the patched maps. The <em>-s</em> flag allows to disable the reading
+across the patched maps. The <em>-s</em> flag allows disabling the reading
 and creation of these support files,  meaning that the <em>output</em> 
 map will have no category labels and no explicit color table.
 

Modified: grass/trunk/raster/rasterintro.html
===================================================================
--- grass/trunk/raster/rasterintro.html	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/raster/rasterintro.html	2016-10-28 14:01:13 UTC (rev 69748)
@@ -302,7 +302,7 @@
 <dt><strong>ZLIB</strong></dt>
 <dd>ZLIB's deflate is the default compression method for all raster 
 maps. GRASS GIS 7 uses by default 1 as ZLIB compression level which is the 
-best compromise betweeen speed and compression ratio, also when 
+best compromise between speed and compression ratio, also when 
 compared to other available compression methods. Valid levels are in 
 the range [1, 9] and can be set with the environment variable 
 <tt>GRASS_ZLIB_LEVEL</tt>.</dd>

Modified: grass/trunk/temporal/t.rast.algebra/t.rast.algebra.py
===================================================================
--- grass/trunk/temporal/t.rast.algebra/t.rast.algebra.py	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/temporal/t.rast.algebra/t.rast.algebra.py	2016-10-28 14:01:13 UTC (rev 69748)
@@ -65,7 +65,7 @@
 
 #%flag
 #% key: d
-#% description: Perform a dry run, compute all depenencies and module calls but don't run them
+#% description: Perform a dry run, compute all dependencies and module calls but don't run them
 #%end
 
 import grass.script

Modified: grass/trunk/temporal/t.select/t.select.py
===================================================================
--- grass/trunk/temporal/t.select/t.select.py	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/temporal/t.select/t.select.py	2016-10-28 14:01:13 UTC (rev 69748)
@@ -42,7 +42,7 @@
 
 #%flag
 #% key: d
-#% description: Perform a dry run, compute all depenencies and module calls but don't run them
+#% description: Perform a dry run, compute all dependencies and module calls but don't run them
 #%end
 
 

Modified: grass/trunk/temporal/temporalintro.html
===================================================================
--- grass/trunk/temporal/temporalintro.html	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/temporal/temporalintro.html	2016-10-28 14:01:13 UTC (rev 69748)
@@ -135,7 +135,7 @@
 methods to list maps and uses SQL queries to determine how these maps
 are selected and sorted. Subsets of space-time raster datasets can
 be extracted with <a href="t.rast.extract.html">t.rast.extract</a> that
-allows to perform additional mapcalc operations on the selected raster
+allows performing additional mapcalc operations on the selected raster
 maps.
 
 <ul>

Modified: grass/trunk/vector/v.generalize/v.generalize.html
===================================================================
--- grass/trunk/vector/v.generalize/v.generalize.html	2016-10-27 21:24:04 UTC (rev 69747)
+++ grass/trunk/vector/v.generalize/v.generalize.html	2016-10-28 14:01:13 UTC (rev 69748)
@@ -29,7 +29,7 @@
 
 <p>Lines and boundaries are not translated if they would collapse to a 
 single point. Boundaries are not translated if they would intersect 
-with themselves or other boundaries. Such erroneus features are written 
+with themselves or other boundaries. Such erroneous features are written 
 to an optional <em>error</em> vector map. Overlaying the <em>error</em> 
 map over the generalized map indicates the kind of error. 
 Lines/boundaries collapsing to a point are written out as points, 



More information about the grass-commit mailing list