[GRASS-SVN] r68235 - in grass/trunk: general/g.proj gui/wxpython/docs gui/wxpython/gmodeler lib/gis lib/proj raster/r.neighbors raster/r.solute.transport raster3d/r3.gwflow temporal/t.rast.algebra vector/v.out.ogr vector/v.what.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 9 09:43:25 PDT 2016


Author: martinl
Date: 2016-04-09 09:43:25 -0700 (Sat, 09 Apr 2016)
New Revision: 68235

Modified:
   grass/trunk/general/g.proj/datumtrans.c
   grass/trunk/gui/wxpython/docs/wxGUI.modules.html
   grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
   grass/trunk/lib/gis/lz4.h
   grass/trunk/lib/proj/convert.c
   grass/trunk/raster/r.neighbors/r.neighbors.html
   grass/trunk/raster/r.solute.transport/r.solute.transport.html
   grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
   grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html
   grass/trunk/vector/v.out.ogr/export_areas.c
   grass/trunk/vector/v.what.rast/v.what.rast.html
Log:
spelling errors (#2985)


Modified: grass/trunk/general/g.proj/datumtrans.c
===================================================================
--- grass/trunk/general/g.proj/datumtrans.c	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/general/g.proj/datumtrans.c	2016-04-09 16:43:25 UTC (rev 68235)
@@ -91,7 +91,7 @@
  *        co-ordinate system definition
  * 
  * \param datumtrans  Index number of parameter set to use, 0 to leave
- *                    unspecifed (or remove specific parameters, leaving just
+ *                    unspecified (or remove specific parameters, leaving just
  *                    the datum name), -1 to list the available parameter
  *                    sets for this datum and exit.
  *

Modified: grass/trunk/gui/wxpython/docs/wxGUI.modules.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.modules.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/gui/wxpython/docs/wxGUI.modules.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -93,7 +93,7 @@
 widget which after clicking on the arrow to the right pops up
 a list of existing maps from different mapsets.
 Selecting a map from the popup list will add it to the entry field.
-In case multiple maps can be specifed (denoted by <i>[multiple]</i> label),
+In case multiple maps can be specified (denoted by <i>[multiple]</i> label),
 selecting a map from the popup list will append the map names with
 comma in between.
 

Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -81,7 +81,7 @@
 There is also lower menu bar in Graphical modeler dialog where one can
 manage model items, see commands, add or manage model variables,
 define default values and descriptions. Python editor dialog window
-allows to see performation written in Python code. The rightmost tab of
+allows seeing performation written in Python code. The rightmost tab of
 the bottom menu is automatically triggered when the model is activated and
 shows all the steps of running GRASS modeler modules. In case of errors
 in the calculation process, it is written at that place.

Modified: grass/trunk/lib/gis/lz4.h
===================================================================
--- grass/trunk/lib/gis/lz4.h	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/lib/gis/lz4.h	2016-04-09 16:43:25 UTC (rev 68235)
@@ -119,7 +119,7 @@
 
 /*
 LZ4_compress_fast() :
-    Same as LZ4_compress_default(), but allows to select an "acceleration" factor.
+    Same as LZ4_compress_default(), but allows selecting an "acceleration" factor.
     The larger the acceleration value, the faster the algorithm, but also the lesser the compression.
     It's a trade-off. It can be fine tuned, with each successive value providing roughly +~3% to speed.
     An acceleration value of "1" is the same as regular LZ4_compress_default()

Modified: grass/trunk/lib/proj/convert.c
===================================================================
--- grass/trunk/lib/proj/convert.c	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/lib/proj/convert.c	2016-04-09 16:43:25 UTC (rev 68235)
@@ -267,7 +267,7 @@
  * \param hSRS        OGRSpatialReferenceH object containing the co-ordinate 
  *                    system to be converted
  * \param datumtrans  Index number of datum parameter set to use, 0 to leave
- *                    unspecifed
+ *                    unspecified
  * 
  * \return            2 if a projected or lat/long co-ordinate system has been
  *                    defined
@@ -685,7 +685,7 @@
  * \param wkt         Well-known Text (WKT) description of the co-ordinate 
  *                    system to be converted
  * \param datumtrans  Index number of datum parameter set to use, 0 to leave
- *                    unspecifed
+ *                    unspecified
  * 
  * \return            2 if a projected or lat/long co-ordinate system has been
  *                    defined

Modified: grass/trunk/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/trunk/raster/r.neighbors/r.neighbors.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/raster/r.neighbors/r.neighbors.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -389,7 +389,7 @@
 </pre></div>
 
 Fill 50% of computational region with randomly located cells.
-"distance=0" will allow to fill adjacent cells.
+"distance=0" will allow filling adjacent cells.
 <div class="code"><pre>
 r.random.cells output=random_cells distance=0 ncells=50
 </pre></div>

Modified: grass/trunk/raster/r.solute.transport/r.solute.transport.html
===================================================================
--- grass/trunk/raster/r.solute.transport/r.solute.transport.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/raster/r.solute.transport/r.solute.transport.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -60,7 +60,7 @@
 The following states are supportet:
 
 <ul>
-<li>0 == inactive - the cell with status 0 will not be calulated, active cells will have a no flow boundary to an inactive cell</li>
+<li>0 == inactive - the cell with status 0 will not be calculated, active cells will have a no flow boundary to an inactive cell</li>
 <li>1 == active - this cell is used for sloute transport calculation, inner sources can be defined for those cells</li>
 <li>2 == Dirichlet - cells of this type will have a fixed concentration value which do not change over time </li>
 <li>3 == Transmission - cells of this type should be placed on out-flow boundaries to assure the flow of the solute stream out </li>

Modified: grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
===================================================================
--- grass/trunk/raster3d/r3.gwflow/r3.gwflow.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/raster3d/r3.gwflow/r3.gwflow.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -47,7 +47,7 @@
 cell states are supported:
 
 <ul>
-<li>0 == inactive - the cell with status 0 will not be calulated,
+<li>0 == inactive - the cell with status 0 will not be calculated,
  active cells will have a no flow boundary to an inactive cell</li>
 <li>1 == active - this cell is used for groundwater calculation,
  inner sources can be defined for those cells</li>

Modified: grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html
===================================================================
--- grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -246,7 +246,7 @@
 the related maps.
 For complex relations the comparison operator can be used to combine conditions: 
 <br>
-The structure is similar to the select operator with the extention of an aggregation operator: 
+The structure is similar to the select operator with the extension of an aggregation operator: 
 {"comparison operator", "topological relations", aggregation operator, "temporal operator"}
 <br>
 This aggregation operator (| or &) define the behaviour if a map is related the more 

Modified: grass/trunk/vector/v.out.ogr/export_areas.c
===================================================================
--- grass/trunk/vector/v.out.ogr/export_areas.c	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/vector/v.out.ogr/export_areas.c	2016-04-09 16:43:25 UTC (rev 68235)
@@ -77,7 +77,7 @@
                        * not labeled */
         }
         
-        /* find correspoding area */
+        /* find corresponding area */
         area = Vect_get_centroid_area(In, centroid);
         if (area == 0)
             continue;
@@ -184,7 +184,7 @@
                                 "Category %d not found in line %d, field %d"),
                               cat, line, field);
             
-            /* find correspoding area */
+            /* find corresponding area */
             area = Vect_get_centroid_area(In, line);
             if (area == 0)
                 continue;
@@ -241,7 +241,7 @@
                        * not labeled */
         }
 
-        /* find correspoding area */
+        /* find corresponding area */
 	line = Vect_get_next_line_id(In);
         area = Vect_get_centroid_area(In, line);
         if (area == 0)

Modified: grass/trunk/vector/v.what.rast/v.what.rast.html
===================================================================
--- grass/trunk/vector/v.what.rast/v.what.rast.html	2016-04-09 16:37:50 UTC (rev 68234)
+++ grass/trunk/vector/v.what.rast/v.what.rast.html	2016-04-09 16:43:25 UTC (rev 68235)
@@ -6,7 +6,7 @@
 
 <p>The column type needs to be numeric (integer, float, double,
 ...). If the column doesn't exist in the vector attribute table than
-the module will create the new column of type correspoding with the
+the module will create the new column of type corresponding with the
 input raster map.
 
 <p>



More information about the grass-commit mailing list