[GRASS-SVN] r64321 - in grass/branches/releasebranch_7_0: general/g.parser gui/wxpython/lmgr imagery/i.eb.eta imagery/i.eb.evapfr imagery/i.eb.hsebal01 imagery/i.ortho.photo lib/gmath lib/init lib/python/docs/src lib/python/imaging lib/python/pygrass/modules/interface lib/python/pygrass/vector lib/python/script lib/python/temporal lib/temporal/lib lib/vector/Vlib lib/vector/diglib locale raster/r.solute.transport raster/r.volume raster/r.watershed/shed raster/r.what raster3d/r3.gwflow scripts/r3.in.xyz temporal temporal/t.info temporal/t.rast.colors temporal/t.rast.list temporal/t.select temporal/t.vect.algebra vector/v.colors vector/v.lrs vector/v.out.postgis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 09:56:33 PST 2015


Author: neteler
Date: 2015-01-25 09:56:33 -0800 (Sun, 25 Jan 2015)
New Revision: 64321

Modified:
   grass/branches/releasebranch_7_0/general/g.parser/g.parser.html
   grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
   grass/branches/releasebranch_7_0/imagery/i.eb.eta/i.eb.eta.html
   grass/branches/releasebranch_7_0/imagery/i.eb.evapfr/i.eb.evapfr.html
   grass/branches/releasebranch_7_0/imagery/i.eb.hsebal01/i.eb.hsebal01.html
   grass/branches/releasebranch_7_0/imagery/i.ortho.photo/README
   grass/branches/releasebranch_7_0/lib/gmath/la.c
   grass/branches/releasebranch_7_0/lib/init/grass7.html
   grass/branches/releasebranch_7_0/lib/init/variables.html
   grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_raster.rst
   grass/branches/releasebranch_7_0/lib/python/docs/src/temporal_framework.rst
   grass/branches/releasebranch_7_0/lib/python/imaging/images2gif.py
   grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
   grass/branches/releasebranch_7_0/lib/python/pygrass/vector/table.py
   grass/branches/releasebranch_7_0/lib/python/script/task.py
   grass/branches/releasebranch_7_0/lib/python/temporal/abstract_space_time_dataset.py
   grass/branches/releasebranch_7_0/lib/python/temporal/core.py
   grass/branches/releasebranch_7_0/lib/python/temporal/temporal_algebra.py
   grass/branches/releasebranch_7_0/lib/python/temporal/temporal_operator.py
   grass/branches/releasebranch_7_0/lib/temporal/lib/map_list.c
   grass/branches/releasebranch_7_0/lib/vector/Vlib/open.c
   grass/branches/releasebranch_7_0/lib/vector/diglib/spindex_rw.c
   grass/branches/releasebranch_7_0/locale/grass_po_stats.py
   grass/branches/releasebranch_7_0/raster/r.solute.transport/r.solute.transport.html
   grass/branches/releasebranch_7_0/raster/r.volume/main.c
   grass/branches/releasebranch_7_0/raster/r.watershed/shed/com_line.c
   grass/branches/releasebranch_7_0/raster/r.what/r.what.html
   grass/branches/releasebranch_7_0/raster3d/r3.gwflow/r3.gwflow.html
   grass/branches/releasebranch_7_0/scripts/r3.in.xyz/r3.in.xyz.html
   grass/branches/releasebranch_7_0/temporal/t.info/t.info.html
   grass/branches/releasebranch_7_0/temporal/t.rast.colors/t.rast.colors.html
   grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html
   grass/branches/releasebranch_7_0/temporal/t.select/t.select.html
   grass/branches/releasebranch_7_0/temporal/t.vect.algebra/t.vect.algebra.html
   grass/branches/releasebranch_7_0/temporal/temporalintro.html
   grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html
   grass/branches/releasebranch_7_0/vector/v.lrs/MAIL
   grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html
Log:
Fixed various typos (trunk, r64320, trac #2560)

Modified: grass/branches/releasebranch_7_0/general/g.parser/g.parser.html
===================================================================
--- grass/branches/releasebranch_7_0/general/g.parser/g.parser.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/general/g.parser/g.parser.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -78,7 +78,7 @@
 or <tt>label</tt>.
 
 <p>
-The parsers allows to use predefined <em>standardized options and
+The parsers allows using predefined <em>standardized options and
 flags</em>, see the list
 of <a href="http://grass.osgeo.org/programming7/parser__standard__options_8c.html#a1a5da9db1229a9bbc59d16ae84540bb8">options</a> and <a href="http://grass.osgeo.org/programming7/parser__standard__options_8c.html#ad081e95e5d4dc3daab9c820d962e6902">flags</a>
 in the programmer manual. Eg. the option
@@ -101,7 +101,7 @@
 #%end
 </pre></div>
 
-The parser allows to define predefined <em>rules</em>
+The parser allows defining predefined <em>rules</em>
 for used options.
 
 The syntax of the rules section is following:
@@ -112,7 +112,7 @@
 #%end
 </pre></div>
 
-The parser also allows to define "OR" conditions, e.g. requiring raster
+The parser also allows defining "OR" conditions, e.g. requiring raster
 OR vector (for details, see below), e.g.for options:
 
 <div class="code"><pre>

Modified: grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -754,7 +754,7 @@
         except:
             layer = None
 
-        if layer and len(cmdlist) == 1: # only if no paramaters given
+        if layer and len(cmdlist) == 1: # only if no parameters given
             if (type == 'raster' and cmdlist[0][0] == 'r' and cmdlist[0][1] != '3') or \
                     (type == 'vector' and cmdlist[0][0] == 'v'):
                 input = GUI().GetCommandInputMapParamKey(cmdlist[0])

Modified: grass/branches/releasebranch_7_0/imagery/i.eb.eta/i.eb.eta.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.eb.eta/i.eb.eta.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/imagery/i.eb.eta/i.eb.eta.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -29,7 +29,7 @@
 <h2>REFERENCES</h2>
 
 <p>[1] Bastiaanssen, W.G.M., 1995.
-Estimation of Land surface paramters by remote sensing under clear-sky
+Estimation of Land surface parameters by remote sensing under clear-sky
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 

Modified: grass/branches/releasebranch_7_0/imagery/i.eb.evapfr/i.eb.evapfr.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.eb.evapfr/i.eb.evapfr.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/imagery/i.eb.evapfr/i.eb.evapfr.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -18,7 +18,7 @@
 <h2>REFERENCES</h2>
 
 <p>[1] Bastiaanssen, W.G.M., 1995.
-Estimation of Land surface paramters by remote sensing under clear-sky
+Estimation of Land surface parameters by remote sensing under clear-sky
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 

Modified: grass/branches/releasebranch_7_0/imagery/i.eb.hsebal01/i.eb.hsebal01.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.eb.hsebal01/i.eb.hsebal01.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/imagery/i.eb.hsebal01/i.eb.hsebal01.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -43,7 +43,7 @@
 <h2>REFERENCES</h2>
 
 <p>[1] Bastiaanssen, W.G.M., 1995.
-  Estimation of Land surface paramters by remote sensing under clear-sky
+  Estimation of Land surface parameters by remote sensing under clear-sky
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 

Modified: grass/branches/releasebranch_7_0/imagery/i.ortho.photo/README
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.ortho.photo/README	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/imagery/i.ortho.photo/README	2015-01-25 17:56:33 UTC (rev 64321)
@@ -75,7 +75,7 @@
 				parameters
 
 	./photo.2target:	computes photo to target location
-				transformation paramters
+				transformation parameters
 
 	./photo.rectify:	does the actual image rectification
 	

Modified: grass/branches/releasebranch_7_0/lib/gmath/la.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gmath/la.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/gmath/la.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -98,7 +98,7 @@
 /*!
  * \fn int G_matrix_set(mat_struct *A, int rows, int cols, int ldim)
  *
- * \brief Set paramaters for an initialized matrix
+ * \brief Set parameters for an initialized matrix
  *
  * Set parameters for matrix <b>A</b> that is allocated,
  * but not yet fully initialized.  Is an alternative to G_matrix_init().

Modified: grass/branches/releasebranch_7_0/lib/init/grass7.html
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/grass7.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/init/grass7.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -243,7 +243,7 @@
 
 <dt><b>grass70 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
 <dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
-    East North - SJTSK) with datum transformation paramaters used in
+    East North - SJTSK) with datum transformation parameters used in
     Czech Republic in the specified GISDBASE
 
 <dt><b>grass70 -c myvector.shp $HOME/grassdata/mylocation</b>

Modified: grass/branches/releasebranch_7_0/lib/init/variables.html
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/variables.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/init/variables.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -259,7 +259,7 @@
     non-native, vector features are written to output external
     datasource immediately. By default, the vector library writes
     output data to a temporary vector map in native format and when
-    closing the map, the features are transfered to output external
+    closing the map, the features are transferred to output external
     datasource. Note: if output vector format is topological PostGIS
     format, then the vector library writes features immediately to output
     database (in this case GRASS_VECTOR_EXTERNAL_IMMEDIATE is ignored).</dd>

Modified: grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_raster.rst
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_raster.rst	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_raster.rst	2015-01-25 17:56:33 UTC (rev 64321)
@@ -226,7 +226,7 @@
     >>> raster = reload(raster)
     >>> elev = raster.RasterNumpy('elevation', 'PERMANENT')
     >>> elev.open('r')
-    >>> # in this case RasterNumpy is an extention of the numpy class
+    >>> # in this case RasterNumpy is an extension of the numpy class
     >>> # therefore you may use all the fancy things of numpy.
     >>> elev[:5, :3]
     RasterNumpy([[ 141.99613953,  141.27848816,  141.37904358],

Modified: grass/branches/releasebranch_7_0/lib/python/docs/src/temporal_framework.rst
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/docs/src/temporal_framework.rst	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/docs/src/temporal_framework.rst	2015-01-25 17:56:33 UTC (rev 64321)
@@ -52,7 +52,7 @@
 :mod:`~temporal.base`
 """""""""""""""""""""
 
-    Implements of basic dataset informations and SQL conversion of such information:
+    Implements of basic dataset information and SQL conversion of such information:
 
     - Definition of the SQL serialize class :class:`~temporal.base.DictSQLSerializer` 
       that converts the content of temporal
@@ -60,7 +60,7 @@
     - Definition of :class:`~temporal.base.SQLDatabaseInterface` 
       that is the base class for all temporal datatype subclasses
     - Contains classes for all datasets [#allds]_ that contain
-      basic informations (id, name, mapset, creator, ...)
+      basic information (id, name, mapset, creator, ...)
 
 :mod:`~temporal.spatial_extent`
 """""""""""""""""""""""""""""""
@@ -101,7 +101,7 @@
 :mod:`~temporal.c_libraries_interface`
 """"""""""""""""""""""""""""""""""""""
 
-    The RPC C-library interface for exit safe and fast access to raster, vector and 3D raster informations.
+    The RPC C-library interface for exit safe and fast access to raster, vector and 3D raster information.
 
 :mod:`~temporal.temporal_granularity`
 """""""""""""""""""""""""""""""""""""
@@ -133,14 +133,14 @@
 
     - Implements the base class for all datasets [#allds]_ :class:`~temporal.abstract_dataset.AbstractDataset`.
     - Implements the the select, insert and update functionality as well as
-      convenient functions to access the base, extent and metadata informations
+      convenient functions to access the base, extent and metadata information
 
 :mod:`~temporal.abstract_map_dataset`
 """""""""""""""""""""""""""""""""""""
 
     - Implements the base class :class:`~temporal.abstract_map_dataset.AbstractMapDataset` 
       for all map layer specific classes
-    - Provides the interface to all map layer specific informations in the temporal database
+    - Provides the interface to all map layer specific information in the temporal database
 
 :mod:`~temporal.abstract_space_time_dataset`
 """"""""""""""""""""""""""""""""""""""""""""
@@ -149,7 +149,7 @@
       for all Space Time Datasets classes
     - Contains the creation and deletion functionality, the map registration and un-registration,
       access methods to map layer objects and so on
-    - Provides the interface to all Space Time Dataset specific informations in the temporal database
+    - Provides the interface to all Space Time Dataset specific information in the temporal database
 
 :mod:`~temporal.space_time_datasets`
 """"""""""""""""""""""""""""""""""""
@@ -295,11 +295,11 @@
     # Fill the object with the content from the temporal database
     strds.select(dbif=dbif)
 
-    # Print informations about the space time raster dataset to stdout
+    # Print information about the space time raster dataset to stdout
     strds.print_info()
 
     # Get all maps that are registered in the strds and print
-    # informations about the maps to stdout
+    # information about the maps to stdout
     maps = strds.get_registered_maps_as_objects(dbif=dbif)
 
     # We iterate over the temporal sorted map list

Modified: grass/branches/releasebranch_7_0/lib/python/imaging/images2gif.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/imaging/images2gif.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/imaging/images2gif.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -201,7 +201,7 @@
         return bb
 
     def getAppExt(self, loops=float('inf')):
-        """Application extention. This part specifies the amount of loops.
+        """Application extension. This part specifies the amount of loops.
         If loops is 0 or inf, it goes on infinitely.
 
         :param float loops:

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -557,7 +557,7 @@
         self.__call__.__func__.__doc__ = self.__doc__
 
     def __call__(self, *args, **kargs):
-        """Set module paramters to the class and, if run_ is True execute the
+        """Set module parameters to the class and, if run_ is True execute the
         module, therefore valid parameters are all the module parameters
         plus some extra parameters that are: run_, stdin_, stdout_, stderr_,
         env_ and finish_.

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/vector/table.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/vector/table.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/vector/table.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1090,7 +1090,7 @@
         """Insert a new row
 
         :param values: a tuple of values to insert, it is possible to insert
-                       more rows using a list of tuple and paramater `many`
+                       more rows using a list of tuple and parameter `many`
         :type values: tuple
         :param cursor: the cursor to connect, if None it use the cursor
                        of connection table object

Modified: grass/branches/releasebranch_7_0/lib/python/script/task.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/script/task.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/script/task.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -245,7 +245,7 @@
         return {'flags': self.flags, 'params': self.params}
 
     def has_required(self):
-        """Check if command has at least one required paramater
+        """Check if command has at least one required parameter
         """
         for p in self.params:
             if p.get('required', False):

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/abstract_space_time_dataset.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/abstract_space_time_dataset.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/abstract_space_time_dataset.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1309,7 +1309,7 @@
                                                             order="start_time",
                                                             dbif=None):
         """Return all or a subset of the registered maps as ordered object
-           list with spatio-temporal topological relationship informations.
+           list with spatio-temporal topological relationship information.
 
            The objects are initialized with their id's' and the spatio-temporal
            extent (temporal type, start time, end time, west, east, south,

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/core.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/core.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/core.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -216,7 +216,7 @@
 
        ..warning::
 
-           Be aware that C-libraries can not access timestamp informations if
+           Be aware that C-libraries can not access timestamp information if
            they are not written as spatial database metadata, hence modules
            that make use of timestamps using the C-library interface will not
            work with maps that were created without writing the timestamps.

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/temporal_algebra.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/temporal_algebra.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/temporal_algebra.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1798,7 +1798,7 @@
             tfunc = gvar.tfunc.upper()
             # Get value for function name from dictionary.
             tfuncval = tfuncdict[tfunc]
-            # Check if value has to be transfered to datetime object for comparison.
+            # Check if value has to be transferred to datetime object for comparison.
             if tfunc in ["START_DATE", "END_DATE"]:
                 timeobj = datetime.strptime(value.replace("\"",""), '%Y-%m-%d')
                 value = timeobj.date()

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/temporal_operator.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/temporal_operator.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/temporal_operator.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -253,7 +253,7 @@
     def parse(self, expression,  optype = 'relation'):
         self.optype = optype        
         self.parser.parse(expression)
-        # The paramter optype can be of type: select {:, during, r}, boolean{&&, contains, |}, 
+        # The parameter optype can be of type: select {:, during, r}, boolean{&&, contains, |}, 
         #                                                            raster{*, equal, |}, vector {|, starts, &},
         #                                                            hash{#, during, l} or relation {during}.
     

Modified: grass/branches/releasebranch_7_0/lib/temporal/lib/map_list.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/temporal/lib/map_list.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/temporal/lib/map_list.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -112,9 +112,9 @@
 }
 
 /** 
- * \brief Insert map informations into tgisMapList
+ * \brief Insert map information into tgisMapList
  *
- * This function alocates a tgisMap, fills it with the provided informations
+ * This function alocates a tgisMap, fills it with the provided information
  * and adds it to the list.
  * In case allocation fails, G_fatal_error() will be invoked by the
  * allocation function.

Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/open.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/open.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/open.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1304,7 +1304,7 @@
         else {
             /* vector features are written to the temporary vector map
              * in the native format and when closing the map
-             * transfered to output OGR layer */
+             * transferred to output OGR layer */
             format = GV_FORMAT_NATIVE;
             Map->temporary = TRUE;
         }
@@ -1421,7 +1421,7 @@
             else {
                 /* vector features are written to the temporary vector map
                  * in the native format and when closing the map
-                 * transfered to output PostGIS layer */
+                 * transferred to output PostGIS layer */
                 format = GV_FORMAT_NATIVE;
                 Map->temporary = TRUE;
             }

Modified: grass/branches/releasebranch_7_0/lib/vector/diglib/spindex_rw.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/diglib/spindex_rw.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/lib/vector/diglib/spindex_rw.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -659,8 +659,8 @@
  * all following methods to transfer spatial indices (rtrees) are based
  * on the same idea
  * do a postorder depth-first non-recursive traversal of the rtree
- * a leaf node is transfered first
- * the root node is transfered last
+ * a leaf node is transferred first
+ * the root node is transferred last
  * 
  * this applies to all four scenarios
  * - from intermediate file to sidx file
@@ -973,7 +973,7 @@
 	loadnode = 1;
 	/* this is an internal node in the RTree
 	 * all its children are read first,
-	 * before it is transfered to the RTree in memory */
+	 * before it is transferred to the RTree in memory */
 	if (s[top].sn.level > 0) {
 	    for (i = s[top].branch_id; i < t->nodecard; i++) {
 		if (s[top].pos[i] > 0) {
@@ -991,7 +991,7 @@
 			/* leaf node
 			 * vector object IDs are stored in file as
 			 * off_t but always fit into an int, see dig_structs.h
-			 * vector object IDs are transfered to child.id */
+			 * vector object IDs are transferred to child.id */
 			if (s[top].sn.level == 0) {
 			    s[top].sn.branch[j].child.id =
 				(int)s[top].pos[j];
@@ -1098,7 +1098,7 @@
 	loadnode = 1;
 	/* this is an internal node in the RTree
 	 * all its children are read first,
-	 * before it is transfered to the RTree in memory */
+	 * before it is transferred to the RTree in memory */
 	if (s[top].sn.level > 0) {
 	    for (i = s[top].branch_id; i < t->nodecard; i++) {
 		if (s[top].pos[i] > 0) {
@@ -1116,7 +1116,7 @@
 			/* leaf node
 			 * vector object IDs are stored in file as
 			 * off_t but always fit into an int, see dig_structs.h
-			 * vector object IDs are transfered to child.id */
+			 * vector object IDs are transferred to child.id */
 			if (s[top].sn.level == 0) {
 			    s[top].sn.branch[j].child.id =
 				    (int)s[top].pos[j];

Modified: grass/branches/releasebranch_7_0/locale/grass_po_stats.py
===================================================================
--- grass/branches/releasebranch_7_0/locale/grass_po_stats.py	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/locale/grass_po_stats.py	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 #############################################################################
 #
-# MODULE:       Languages informations and statistics (Python)
+# MODULE:       Languages information and statistics (Python)
 # AUTHOR(S):    Luca Delucchi <lucadeluge at gmail.com>
 #               Pietro Zambelli <peter.zamb at gmail.com>
 # PURPOSE:      Create a json file containing languages translations
-#               informations and statistics.
+#               information and statistics.
 # COPYRIGHT:    (C) 2012 by the GRASS Development Team
 #
 #               This program is free software under the GNU General
@@ -88,7 +88,7 @@
     # TO DO TOTALS OF ENGLISH WORD FOR EACH FILE
     # all the total string in english
     output['totals'] = {}
-    # all the informations about each lang
+    # all the information about each lang
     output['langs'] = {}
     # for each language
     for lang, pofilelist in languages.iteritems():

Modified: grass/branches/releasebranch_7_0/raster/r.solute.transport/r.solute.transport.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.solute.transport/r.solute.transport.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/raster/r.solute.transport/r.solute.transport.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -77,7 +77,7 @@
 The resulting linear equation system <i>Ax = b</i> can be solved with several solvers.
 Several iterative solvers with unsymmetric sparse and quadratic matrices support are implemented.
 The jacobi method, the Gauss-Seidel method and the biconjugate gradients-stabilized (bicgstab) method. 
-Aditionally a direct Gauss solver and LU solver are available. Those direct solvers
+Additionally a direct Gauss solver and LU solver are available. Those direct solvers
 only work with quadratic matrices, so be careful using them with large maps 
 (maps of size 10.000 cells will need more than one gigabyte of ram).
 Always prefer a sparse matrix solver.

Modified: grass/branches/releasebranch_7_0/raster/r.volume/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.volume/main.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/raster/r.volume/main.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -68,7 +68,7 @@
         struct Flag *report;
     } flag;
 
-    /* define paramaters and flags */
+    /* define parameters and flags */
     G_gisinit(argv[0]);
 
     module = G_define_module();

Modified: grass/branches/releasebranch_7_0/raster/r.watershed/shed/com_line.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.watershed/shed/com_line.c	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/raster/r.watershed/shed/com_line.c	2015-01-25 17:56:33 UTC (rev 64321)
@@ -4,7 +4,7 @@
 #include "watershed.h"
 #include "string.h"
 
-/* make sure any useful info is transfered to the man page before ripping out the interactive help messages */
+/* make sure any useful info is transferred to the man page before ripping out the interactive help messages */
 /* in addition there seem to be some useful user options here which are not currently available from the main parser */
 int com_line_Gwater(INPUT * input, OUTPUT * output)
 {

Modified: grass/branches/releasebranch_7_0/raster/r.what/r.what.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.what/r.what.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/raster/r.what/r.what.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -7,7 +7,7 @@
 with each location.
 
 <p>The input coordinates can be entered directly on the command line
-via <b>coordinates</b> paramater, or redirected via <tt>stdin</tt>
+via <b>coordinates</b> parameter, or redirected via <tt>stdin</tt>
 from an input text file, script, or piped from another program
 (like <em><a href="v.out.ascii.html">v.out.ascii</a></em>). Coordinates
 can be given also as a vector points map (<b>points</b>).
@@ -43,7 +43,7 @@
 <h3>Input coordinates given as a vector points map</h3>
 
 Coordinates can be read from exising vector points map by
-specifing <b>points</b> option. Other features than points or
+specifying <b>points</b> option. Other features than points or
 centroids are ignored. Example: query North Carolina county number for
 each community college:
 
@@ -60,7 +60,7 @@
 <h3>Input coordinates given as a vector points map, output into CSV file</h3>
 
 Coordinates can be read from exising vector points map by
-specifing <b>points</b> option. Other features than points or
+specifying <b>points</b> option. Other features than points or
 centroids are ignored. The output is stored in a CSV file including header
 row. Example: query North Carolina county number for each community college:
 

Modified: grass/branches/releasebranch_7_0/raster3d/r3.gwflow/r3.gwflow.html
===================================================================
--- grass/branches/releasebranch_7_0/raster3d/r3.gwflow/r3.gwflow.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/raster3d/r3.gwflow/r3.gwflow.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -63,7 +63,7 @@
 several solvers. An iterative solvers with sparse and quadratic matrices
 support is implemented.
 The conjugate gradients method with (pcg) and without (cg) precondition.
-Aditionally a direct Cholesky solver is available. This direct solver
+Additionally a direct Cholesky solver is available. This direct solver
 only work with normal quadratic matrices, so be careful using them with
 large maps (maps of size 10.000 cells will need more than one Gigabyte
 of RAM). The user should always prefer to use a sparse matrix solver.

Modified: grass/branches/releasebranch_7_0/scripts/r3.in.xyz/r3.in.xyz.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r3.in.xyz/r3.in.xyz.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/scripts/r3.in.xyz/r3.in.xyz.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -28,7 +28,7 @@
 possible. Filtering by z-range is accomplished by setting the 3D region.
 <p>
 To enable parallel processing support, set the <b>workers=</b> option
-to match the number of CPUs or CPU-cores avaiable on your system.
+to match the number of CPUs or CPU-cores available on your system.
 Alternatively, the <tt>WORKERS</tt> environment variable can be set
 to the number of concurrent processes desired.
 <p>

Modified: grass/branches/releasebranch_7_0/temporal/t.info/t.info.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.info/t.info.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/t.info/t.info.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -1,18 +1,18 @@
 <h2>DESCRIPTION</h2>
 
-<em>t.info</em> reports informations about any dataset that is
+<em>t.info</em> reports information about any dataset that is
 registered in the temporal database in human readable or shell script
 style. Datasets are raster, 3D raster and vector maps as well as their
 corresponding space time datasets (STRDS, STR3DS and STVDS). This
-module reports the informations that are stored in the temporal
-database. These are basic informations (id, name, mapset, creator,
+module reports the information that are stored in the temporal
+database. These are basic information (id, name, mapset, creator,
 creation time, temporal type), the temporal and spatial extent and
 dataset type specific metadata. The user has to utilize <em>r.info</em>,
-<em>r3.info</em>, <em>v.info</em> to report detailed informations about
+<em>r3.info</em>, <em>v.info</em> to report detailed information about
 raster, 3D raster and vector maps, since not all map specific
-informations and metadata are stored in the temporal database.
+information and metadata are stored in the temporal database.
 <p>
-In addition, informations about the chosen temporal database backend
+In addition, information about the chosen temporal database backend
 can be reported.
 
 <h2>EXAMPLES</h2>

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.colors/t.rast.colors.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.colors/t.rast.colors.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.colors/t.rast.colors.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -10,7 +10,7 @@
 to the <em>file</em> option of <em>r.colors</em>.
 <p>
 Please have a look at the <a href="r.colors.html">r.colors</a>
-manual page for further informations.
+manual page for further information.
 
 <h2>EXAMPLE</h2>
 

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -9,7 +9,7 @@
 column selection, sorting and SQL where statements.
 
 Using the <b>method</b> option allows the specification of different
-methods to list map layers. Method <i>col</i> is the deafult option and
+methods to list map layers. Method <i>col</i> is the default option and
 sensitive to the <b>column</b>,<b>order</b> and <b>where</b> options.
 It will simply print user specified metadata columns of one map layer
 per line. The <i>comma</i> method will list the map layer as comma

Modified: grass/branches/releasebranch_7_0/temporal/t.select/t.select.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.select/t.select.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/t.select/t.select.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -270,7 +270,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/branches/releasebranch_7_0/temporal/t.vect.algebra/t.vect.algebra.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.algebra/t.vect.algebra.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.algebra/t.vect.algebra.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -277,7 +277,7 @@
 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:
 
 <div class="code"><pre>
 {"comparison operator", "topological relations", aggregation operator, "temporal operator"}

Modified: grass/branches/releasebranch_7_0/temporal/temporalintro.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/temporalintro.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/temporal/temporalintro.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -30,7 +30,7 @@
 <a href="t.create.html">t.create</a>. The name of the new dataset, the
 type (strds, str3ds, stvds), the title and the description must be
 provided for creation. Optional the temporal type (absolute, relative)
-and semantic informations can be provided. 
+and semantic information can be provided. 
 <p>
 The module <a href="t.remove.html">t.remove</a> will remove the space time datasets
 from the temporal database. Use  <a href="t.support.html">t.support</a>
@@ -48,7 +48,7 @@
 With  <a href="t.unregister.html">t.unregister</a> maps can be unregistered
 from space time datasets and the temporal database.
 <p>
-To print informations about space time datasets or registered maps, the
+To print information about space time datasets or registered maps, the
 module  <a href="t.info.html">t.info</a> can be used.
 <a href="t.list.html">t.list</a> will list all space time datasets and
 registered maps in the temporal database. 

Modified: grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/vector/v.colors/v.colors.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -83,7 +83,7 @@
 Note that in this case the vector map has a proper color table
 assigned (check
 by <em><a href="v.colors.out.html">v.colors.out</a></em>) together
-with GRASSRGB attribute column. Also note that color table is prefered
+with GRASSRGB attribute column. Also note that color table is preferred
 over RGB values stored in attribute table.
 
 <h3>Remove existing color table</h3>

Modified: grass/branches/releasebranch_7_0/vector/v.lrs/MAIL
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.lrs/MAIL	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/vector/v.lrs/MAIL	2015-01-25 17:56:33 UTC (rev 64321)
@@ -74,7 +74,7 @@
 I don't have any documentation, as we use it only here. I have to write 
 something, but I don't have much time, let me know if you are interested.
 For now briefly:
-All the LRS is stored in one table, each record stores informations
+All the LRS is stored in one table, each record stores information
 about one segment between two mileposts:
  rsid        | integer | id of LRS segment (not so important)
  lcat        | integer | line id, unique id of the line

Modified: grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html	2015-01-25 17:55:23 UTC (rev 64320)
+++ grass/branches/releasebranch_7_0/vector/v.out.postgis/v.out.postgis.html	2015-01-25 17:56:33 UTC (rev 64321)
@@ -219,7 +219,7 @@
 <h3>Export data without attributes</h3>
 
 <em>v.out.postgis</em> allows to ignore attributes when exporting
-vector features by specifing <b>-t</b> flag.
+vector features by specifying <b>-t</b> flag.
 
 Command bellow exports vector features without attributes. The feature
 will contain only two columns, the fid and geometry column.



More information about the grass-commit mailing list