Pārlūkot izejas kodu

typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50938 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 gadi atpakaļ
vecāks
revīzija
d1f8b42521

+ 1 - 1
db/drivers/mysql/grass-mesql.html

@@ -40,7 +40,7 @@ Examples of connection parameters:
 </pre>
 
 <h2>Data types, indexes</h2>
-For more informations about supported data types and indexes
+For more information about supported data types and indexes
 see the documentation for 
 <a href="grass-mysql.html">MySQL (mysql) driver</a>
 

+ 3 - 3
db/drivers/mysql/grass-mysql.html

@@ -16,7 +16,7 @@ MySQL database driver in GRASS enables GRASS to store vector
 attributes in MySQL server.
 <p>
 Because vector attribute tables 
-are created automaticaly when a new vector is written and the 
+are created automatically when a new vector is written and the 
 name of the table is the same as the name of the vector it is 
 good practice to create a new database for each GRASS mapset.
 
@@ -72,7 +72,7 @@ GRASS supports almost all MySQL data types with following limitations:
 </ul>
 
 <h2>Indexes</h2>
-GRASS modules automaticaly create index on key column of vector
+GRASS modules automatically create index on key column of vector
 attributes table. The index on key column is important 
 for performance of modules which update the attribute table,
 for example v.to.db, v.distance and v.what.rast.
@@ -80,7 +80,7 @@ for example v.to.db, v.distance and v.what.rast.
 <h2>Privileges</h2>
 Because MySQL does not support groups of users and because 
 only MySQL 'root' can grant privileges to other users
-GRASS cannot automaticaly grant select privileges on created
+GRASS cannot automatically grant select privileges on created
 tables to group of users.
 <p>
 If you want to give privilege to read data from your mapset 

+ 2 - 2
display/d.mon/d.mon.html

@@ -17,7 +17,7 @@ line. Note that some monitor drivers use environment
 <p>When a monitor is <em>started</em>, it is therefore also
 (automatically) <em>selected</em> for output, unless the
 <b>-s</b> flag is set by the user; the user can also
-explictly <b>select</b> a monitor that has been started.
+explicitly <b>select</b> a monitor that has been started.
 
 <p>The desired monitor should be started once and need not be restarted
 unless it is stopped for some reason. A monitor may continue to run
@@ -38,7 +38,7 @@ When the user <em>starts</em> a monitor, it is also
 sets the <b>-s</b> flag.  In order to use (direct graphics output to)
 a monitor, the user must <em>select</em> that monitor for use, either
 by simply starting the monitor without the <b>-s</b> flag or by
-explictly selecting the monitor for output. Only running monitors can
+explicitly selecting the monitor for output. Only running monitors can
 be selected for graphics output.
 
 <p>The user can run multiple graphics monitors by simply starting each of

+ 1 - 1
display/d.what.vect/d.what.vect.html

@@ -9,7 +9,7 @@ location(s) to be queried by depressing a mouse button over desired location(s)
 within the current geographic region in the active display frame on the 
 graphic monitor. Query results from map(s) are by default displayed in a new 
 monitor, where label values can be added or changed. Using parameter <b>-x</b> 
-informations will be displayed as plain text to terminal window.
+information will be displayed as plain text to terminal window.
 <p>This module always reports standard acres, even when the location uses
 US Survey feet as the map unit.
 

+ 1 - 1
imagery/i.evapo.mh/main.c

@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
     DCELL d_tempkavg, d_tempkmin, d_tempkmax, d_rnet, d_p;
     DCELL d_daily_et;
 
-    /* region informations and handler */
+    /* region information and handler */
     struct Cell_head cellhd;
     int nrows, ncols;
     int row, col;

+ 1 - 1
imagery/i.evapo.pt/main.c

@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
     DCELL d_tempka, d_pt_patm, d_rnet, d_g0;
     DCELL d_pt_alpha, d_pt_delta, d_pt_ghamma, d_daily_et;
 
-    /* region informations and handler */
+    /* region information and handler */
     struct Cell_head cellhd;
     int nrows, ncols;
     int row, col;

+ 1 - 1
include/defs/vector.h

@@ -189,7 +189,7 @@ double Vect_get_thresh(const struct Map_info *);
 int Vect_get_constraint_box(const struct Map_info *, struct bound_box *);
 
 
-/* Get map level 2 informations */
+/* Get map level 2 information */
 int Vect_level(const struct Map_info *);
 int Vect_get_line_type(const struct Map_info *, int);
 plus_t Vect_get_num_nodes(const struct Map_info *);

+ 1 - 1
include/gis.h

@@ -420,7 +420,7 @@ struct GModule			/* Structure that stores module info  */
     const char **keywords;	/* Keywords describing module */
     /* further items are possible: author(s), version */
     int overwrite;		/* overwrite old files */
-    int verbose;		/* print all informations about progress and so on */
+    int verbose;		/* print all information about progress and so on */
 };
 
 struct TimeStamp

+ 1 - 1
lib/gpde/N_pde.h

@@ -98,7 +98,7 @@ extern void N_free_les(N_les * les);
 /* *************************************************************** */
 
 /*!
- * \brief Geometric informations about the structured grid
+ * \brief Geometric information about the structured grid
  * */
 typedef struct
 {

+ 2 - 2
lib/gpde/gpdelib.dox

@@ -21,7 +21,7 @@ To enable parallel computing, you will need a compiler with OpenMP capabilities
 and a computer with at least two cores or cpu's.
 Most proprietary compilers support OpenMP. 
 The free gnu-C compiler supports OpenMP since version 4.2.
-More informations about OpenMP are available at http://www.openmp.org .
+More information about OpenMP are available at http://www.openmp.org .
 <br>
 <br>
 Based on the finite volume discretization for structured grids, 
@@ -517,7 +517,7 @@ To handle geometrical data a special data structure was implemented.<br>
 
 
 \verbatim
-Geometric informations about the structured grid is stored in this structure
+Geometric information about the structured grid is stored in this structure
 
 typedef struct
 {

+ 1 - 1
lib/python/temporal/abstract_map_dataset.py

@@ -371,7 +371,7 @@ class abstract_map_dataset(abstract_dataset):
 
         if self.is_in_db(dbif):
  
-            # SELECT all needed informations from the database
+            # SELECT all needed information from the database
             self.select(dbif)
            
             # First we unregister from all dependent space time datasets

+ 5 - 5
lib/python/temporal/abstract_space_time_dataset.py

@@ -427,7 +427,7 @@ class abstract_space_time_dataset(abstract_dataset):
            Gaps between maps are identified as unregistered maps with id==None.
 
            The map objects are initialized with the id and the temporal extent of the granule (temporal type, start time, end time).
-           In case more map informations are needed, use the select() method for each listed object.
+           In case more map information are needed, use the select() method for each listed object.
 
            @param stds: The space time dataset to be used for temporal sampling
            @param method: This option specifies what sample method should be used. In case the registered maps are of temporal point type,
@@ -574,7 +574,7 @@ class abstract_space_time_dataset(abstract_dataset):
            Gaps between maps are identified as unregistered maps with id==None.
 
            The objects are initialized with the id and the temporal extent (temporal type, start time, end time).
-           In case more map informations are needed, use the select() method for each listed object.
+           In case more map information are needed, use the select() method for each listed object.
 
            @param gran: The granularity to be used 
            @param dbif: The database interface to be used
@@ -638,7 +638,7 @@ class abstract_space_time_dataset(abstract_dataset):
            Gaps between maps are identified as maps with id==None
 
            The objects are initialized with the id and the temporal extent (temporal type, start time, end time).
-           In case more map informations are needed, use the select() method for each listed object.
+           In case more map information are needed, use the select() method for each listed object.
 
            @param where: The SQL where statement to select a subset of the registered maps without "WHERE"
            @param dbif: The database interface to be used
@@ -689,7 +689,7 @@ class abstract_space_time_dataset(abstract_dataset):
         """Return all registered maps as ordered object list for temporal topological operations
 
            The objects are initialized with the id and the temporal extent (temporal type, start time, end time).
-           In case more map informations are needed, use the select() method for each listed object.
+           In case more map information are needed, use the select() method for each listed object.
 
            @param where: The SQL where statement to select a subset of the registered maps without "WHERE"
            @param order: The SQL order statement to be used to order the objects in the list without "ORDER BY"
@@ -800,7 +800,7 @@ class abstract_space_time_dataset(abstract_dataset):
             dbif.connect()
             connect = True
 
-        # SELECT all needed informations from the database
+        # SELECT all needed information from the database
         self.select(dbif)
 
         core.verbose(_("Drop map register table: %s") %  (self.get_map_register()))

+ 3 - 3
lib/python/temporal/space_time_datasets.py

@@ -36,7 +36,7 @@ class raster_dataset(abstract_map_dataset):
     """Raster dataset class
 
        This class provides functions to select, update, insert or delete raster
-       map informations and valid time stamps into the SQL temporal database.
+       map information and valid time stamps into the SQL temporal database.
     """
     def __init__(self, ident):
 	self.reset(ident)
@@ -114,7 +114,7 @@ class raster3d_dataset(abstract_map_dataset):
     """Raster3d dataset class
 
        This class provides functions to select, update, insert or delete raster3d
-       map informations and valid time stamps into the SQL temporal database.
+       map information and valid time stamps into the SQL temporal database.
     """
     def __init__(self, ident):
 	self.reset(ident)
@@ -196,7 +196,7 @@ class vector_dataset(abstract_map_dataset):
     """Vector dataset class
 
        This class provides functions to select, update, insert or delete vector
-       map informations and valid time stamps into the SQL temporal database.
+       map information and valid time stamps into the SQL temporal database.
     """
     def __init__(self, ident):
 	self.reset(ident)

+ 1 - 1
lib/raster/get_row_colr.c

@@ -23,7 +23,7 @@
  * Reads a row of raster data and converts it to red, green and blue
  * components according to the <em>colors</em> parameter. This
  * provides a convenient way to treat a raster layer as a color image
- * without having to explictly cater for each of <tt>CELL</tt>,
+ * without having to explicitly cater for each of <tt>CELL</tt>,
  * <tt>FCELL</tt> and <tt>DCELL</tt> types.
  *
  *  \param fd field descriptor

+ 1 - 1
lib/raster/rasterlib.dox

@@ -1297,7 +1297,7 @@ Reads a row of raster data and converts it to red, green and blue
 components according to the colors.
 
 This provides a convenient way to treat a raster layer as a color
-image without having to explictly cater for each of CELL, FCELL and
+image without having to explicitly cater for each of CELL, FCELL and
 DCELL types.
 
 \section Upgraded_color_functions Upgraded color functions

+ 2 - 2
lib/vector/Vlib/break_polygons.c

@@ -57,7 +57,7 @@ typedef struct
     double a1, a2;		/* angles */
     char cross;			/* 0 - do not break, 1 - break */
     char used;			/* 0 - was not used to break line, 1 - was used to break line
-				 *   this is stored because points are automaticaly marked as cross, even if not used 
+				 *   this is stored because points are automatically marked as cross, even if not used 
 				 *   later to break lines */
 } XPNT;
 
@@ -66,7 +66,7 @@ typedef struct
     double a1, a2;		/* angles */
     char cross;			/* 0 - do not break, 1 - break */
     char used;			/* 0 - was not used to break line, 1 - was used to break line
-				 *   this is stored because points are automaticaly marked as cross, even if not used 
+				 *   this is stored because points are automatically marked as cross, even if not used 
 				 *   later to break lines */
 } XPNT2;
 

+ 1 - 1
lib/vector/dglib/examples/rtest01.sh

@@ -5,7 +5,7 @@
 # asserting that the input graph to ./unflatten be identical to its
 # output.
 # There are a number of implicit tests here:
-# - When a graph is unflattened all informations kept in the buffers
+# - When a graph is unflattened all information kept in the buffers
 #   are moved to an avl-tree using gnGrpAddLink(). Link insertions
 #   identical to those made by a user program are performed.
 #   Before returning gnGrpUnflatten() destroys the buffers.

+ 1 - 1
locale/README

@@ -22,7 +22,7 @@ or (omit \n)
  G_message ( _("..."), ...);
 
 Careful:
-  G_message should be used for messages - informations about
+  G_message should be used for messages - information about
   the process for user while fprintf(stdout...) for data output.
   G_message output is not expected to be send to pipe or file.
   fprintf(stdout...) output is usually send to pipe or file.

+ 1 - 1
scripts/v.krige/v.krige.py

@@ -15,7 +15,7 @@ License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 """
 
-## g.parser informations
+## g.parser information
 
 #%module
 #% description: Performs ordinary or block kriging for vector maps.