[GRASS-SVN] r50936 - in grass/branches/develbranch_6: db/drivers/mysql display/d.mon/cmd display/d.what.vect include lib/gis lib/gpde lib/vector/Vlib lib/vector/dglib/examples locale vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 25 08:14:48 EST 2012


Author: neteler
Date: 2012-02-25 05:14:47 -0800 (Sat, 25 Feb 2012)
New Revision: 50936

Modified:
   grass/branches/develbranch_6/db/drivers/mysql/grass-mesql.html
   grass/branches/develbranch_6/db/drivers/mysql/grass-mysql.html
   grass/branches/develbranch_6/display/d.mon/cmd/description.html
   grass/branches/develbranch_6/display/d.what.vect/description.html
   grass/branches/develbranch_6/include/Vect.h
   grass/branches/develbranch_6/include/gis.h
   grass/branches/develbranch_6/lib/gis/get_row_colr.c
   grass/branches/develbranch_6/lib/gis/gisrasterlib.dox
   grass/branches/develbranch_6/lib/gpde/N_pde.h
   grass/branches/develbranch_6/lib/gpde/gpdelib.dox
   grass/branches/develbranch_6/lib/vector/Vlib/break_polygons.c
   grass/branches/develbranch_6/lib/vector/dglib/examples/rtest01.sh
   grass/branches/develbranch_6/locale/README
   grass/branches/develbranch_6/vector/v.digit/line.c
   grass/branches/develbranch_6/vector/v.digit/var.c
Log:
typos fixed, part 2 (bug trac #1591)

Modified: grass/branches/develbranch_6/db/drivers/mysql/grass-mesql.html
===================================================================
--- grass/branches/develbranch_6/db/drivers/mysql/grass-mesql.html	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/db/drivers/mysql/grass-mesql.html	2012-02-25 13:14:47 UTC (rev 50936)
@@ -40,7 +40,7 @@
 </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>
 

Modified: grass/branches/develbranch_6/db/drivers/mysql/grass-mysql.html
===================================================================
--- grass/branches/develbranch_6/db/drivers/mysql/grass-mysql.html	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/db/drivers/mysql/grass-mysql.html	2012-02-25 13:14:47 UTC (rev 50936)
@@ -16,7 +16,7 @@
 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 @@
 </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 @@
 <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 

Modified: grass/branches/develbranch_6/display/d.mon/cmd/description.html
===================================================================
--- grass/branches/develbranch_6/display/d.mon/cmd/description.html	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/display/d.mon/cmd/description.html	2012-02-25 13:14:47 UTC (rev 50936)
@@ -31,7 +31,7 @@
 (automatically) <em>selected</em> for output, unless the
 
 <em>-s</em> flag is set by the user; the user can also
-explictly <em>select</em> a monitor that has been started
+explicitly <em>select</em> a monitor that has been started
 (see (3) below).  After a monitor is started, a blank
 graphics frame should appear on whatever terminal the user
 is using to display graphics.
@@ -65,7 +65,7 @@
 unless the user sets the <em>-s</em> 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 -s flag or by explictly
+starting the monitor without the -s flag or by explicitly
 selecting the monitor for output using option 3. Only
 running monitors can be selected for graphics output.  Once
 the user has <em>selected</em> a monitor for output, no

Modified: grass/branches/develbranch_6/display/d.what.vect/description.html
===================================================================
--- grass/branches/develbranch_6/display/d.what.vect/description.html	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/display/d.what.vect/description.html	2012-02-25 13:14:47 UTC (rev 50936)
@@ -10,7 +10,7 @@
 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.

Modified: grass/branches/develbranch_6/include/Vect.h
===================================================================
--- grass/branches/develbranch_6/include/Vect.h	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/include/Vect.h	2012-02-25 13:14:47 UTC (rev 50936)
@@ -186,7 +186,7 @@
 int Vect_get_constraint_box(struct Map_info *, BOUND_BOX *);
 
 
-/* Get map level 2 informations */
+/* Get map level 2 information */
 int Vect_level(struct Map_info *);
 int Vect_get_num_nodes(struct Map_info *);
 int Vect_get_num_primitives(struct Map_info *, int);

Modified: grass/branches/develbranch_6/include/gis.h
===================================================================
--- grass/branches/develbranch_6/include/gis.h	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/include/gis.h	2012-02-25 13:14:47 UTC (rev 50936)
@@ -633,7 +633,7 @@
     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

Modified: grass/branches/develbranch_6/lib/gis/get_row_colr.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/get_row_colr.c	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/gis/get_row_colr.c	2012-02-25 13:14:47 UTC (rev 50936)
@@ -8,7 +8,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>, <tt>FCELL</tt> and <tt>DCELL</tt> types
+ * image without having to explicitly cater for each of <tt>CELL</tt>, <tt>FCELL</tt> and <tt>DCELL</tt> types
  *
  *  \param fd
  *  \param row

Modified: grass/branches/develbranch_6/lib/gis/gisrasterlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisrasterlib.dox	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/gis/gisrasterlib.dox	2012-02-25 13:14:47 UTC (rev 50936)
@@ -1982,7 +1982,7 @@
 
 <P>
 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>, <TT>  FCELL</TT> and <TT>DCELL</TT> types
+  image without having to explicitly cater for each of <TT>CELL</TT>, <TT>  FCELL</TT> and <TT>DCELL</TT> types
 
 <P>
 

Modified: grass/branches/develbranch_6/lib/gpde/N_pde.h
===================================================================
--- grass/branches/develbranch_6/lib/gpde/N_pde.h	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/gpde/N_pde.h	2012-02-25 13:14:47 UTC (rev 50936)
@@ -122,7 +122,7 @@
 /* *************************************************************** */
 
 /*!
- * \brief Geometric informations about the structured grid
+ * \brief Geometric information about the structured grid
  * */
 typedef struct
 {

Modified: grass/branches/develbranch_6/lib/gpde/gpdelib.dox
===================================================================
--- grass/branches/develbranch_6/lib/gpde/gpdelib.dox	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/gpde/gpdelib.dox	2012-02-25 13:14:47 UTC (rev 50936)
@@ -20,7 +20,7 @@
 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, 
@@ -389,7 +389,7 @@
 
 
 \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
 {

Modified: grass/branches/develbranch_6/lib/vector/Vlib/break_polygons.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/break_polygons.c	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/vector/Vlib/break_polygons.c	2012-02-25 13:14:47 UTC (rev 50936)
@@ -56,7 +56,7 @@
     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;
 

Modified: grass/branches/develbranch_6/lib/vector/dglib/examples/rtest01.sh
===================================================================
--- grass/branches/develbranch_6/lib/vector/dglib/examples/rtest01.sh	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/lib/vector/dglib/examples/rtest01.sh	2012-02-25 13:14:47 UTC (rev 50936)
@@ -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.

Modified: grass/branches/develbranch_6/locale/README
===================================================================
--- grass/branches/develbranch_6/locale/README	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/locale/README	2012-02-25 13:14:47 UTC (rev 50936)
@@ -22,7 +22,7 @@
  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.

Modified: grass/branches/develbranch_6/vector/v.digit/line.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/line.c	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/vector/v.digit/line.c	2012-02-25 13:14:47 UTC (rev 50936)
@@ -45,7 +45,7 @@
     for (i = 0; i < Vect_get_num_updated_nodes(Map); i++)
 	G_debug(2, "Updated node: %d", Vect_get_updated_node(Map, i));
 
-    /* Reset category (this automaticaly resets cat for next not used) */
+    /* Reset category (this automatically resets cat for next not used) */
     var_seti(VAR_FIELD, var_geti(VAR_FIELD));
 
     if (var_geti(VAR_CAT_MODE) != CAT_MODE_NO && var_geti(VAR_INSERT) &&

Modified: grass/branches/develbranch_6/vector/v.digit/var.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/var.c	2012-02-25 12:58:04 UTC (rev 50935)
+++ grass/branches/develbranch_6/vector/v.digit/var.c	2012-02-25 13:14:47 UTC (rev 50936)
@@ -35,7 +35,7 @@
     G_debug(2, "Variable = %p", Variable);
 
     /* Note: important is that VAR_CMODE is set last, because if it is CAT_MODE_NEXT 
-     *  previously set  VAR_CAT is automaticaly reset to 'next not used' for current field */
+     *  previously set  VAR_CAT is automatically reset to 'next not used' for current field */
     var_seti(VAR_CAT, 1);
     var_seti(VAR_FIELD, 1);
     var_seti(VAR_CAT_MODE, CAT_MODE_NEXT);



More information about the grass-commit mailing list