Преглед изворни кода

spelling errors (https://trac.osgeo.org/grass/ticket/2985)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68235 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 9 година
родитељ
комит
09654e161d

+ 1 - 1
general/g.proj/datumtrans.c

@@ -91,7 +91,7 @@ int set_datum(char *datum)
  *        co-ordinate system definition
  *        co-ordinate system definition
  * 
  * 
  * \param datumtrans  Index number of parameter set to use, 0 to leave
  * \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
  *                    the datum name), -1 to list the available parameter
  *                    sets for this datum and exit.
  *                    sets for this datum and exit.
  *
  *

+ 1 - 1
gui/wxpython/docs/wxGUI.modules.html

@@ -93,7 +93,7 @@ For raster, vector or 3D raster input, there is a special
 widget which after clicking on the arrow to the right pops up
 widget which after clicking on the arrow to the right pops up
 a list of existing maps from different mapsets.
 a list of existing maps from different mapsets.
 Selecting a map from the popup list will add it to the entry field.
 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
 selecting a map from the popup list will append the map names with
 comma in between.
 comma in between.
 
 

+ 1 - 1
gui/wxpython/gmodeler/g.gui.gmodeler.html

@@ -81,7 +81,7 @@ color="red">16</font>) Show manual and last of them is button
 There is also lower menu bar in Graphical modeler dialog where one can
 There is also lower menu bar in Graphical modeler dialog where one can
 manage model items, see commands, add or manage model variables,
 manage model items, see commands, add or manage model variables,
 define default values and descriptions. Python editor dialog window
 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
 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
 shows all the steps of running GRASS modeler modules. In case of errors
 in the calculation process, it is written at that place.
 in the calculation process, it is written at that place.

+ 1 - 1
lib/gis/lz4.h

@@ -119,7 +119,7 @@ int LZ4_compressBound(int inputSize);
 
 
 /*
 /*
 LZ4_compress_fast() :
 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.
     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.
     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()
     An acceleration value of "1" is the same as regular LZ4_compress_default()

+ 2 - 2
lib/proj/convert.c

@@ -267,7 +267,7 @@ OGRSpatialReferenceH GPJ_grass_to_osr(const struct Key_Value * proj_info,
  * \param hSRS        OGRSpatialReferenceH object containing the co-ordinate 
  * \param hSRS        OGRSpatialReferenceH object containing the co-ordinate 
  *                    system to be converted
  *                    system to be converted
  * \param datumtrans  Index number of datum parameter set to use, 0 to leave
  * \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
  * \return            2 if a projected or lat/long co-ordinate system has been
  *                    defined
  *                    defined
@@ -685,7 +685,7 @@ int GPJ_osr_to_grass(struct Cell_head *cellhd, struct Key_Value **projinfo,
  * \param wkt         Well-known Text (WKT) description of the co-ordinate 
  * \param wkt         Well-known Text (WKT) description of the co-ordinate 
  *                    system to be converted
  *                    system to be converted
  * \param datumtrans  Index number of datum parameter set to use, 0 to leave
  * \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
  * \return            2 if a projected or lat/long co-ordinate system has been
  *                    defined
  *                    defined

+ 1 - 1
raster/r.neighbors/r.neighbors.html

@@ -389,7 +389,7 @@ g.region rows=10 cols=10
 </pre></div>
 </pre></div>
 
 
 Fill 50% of computational region with randomly located cells.
 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>
 <div class="code"><pre>
 r.random.cells output=random_cells distance=0 ncells=50
 r.random.cells output=random_cells distance=0 ncells=50
 </pre></div>
 </pre></div>

+ 1 - 1
raster/r.solute.transport/r.solute.transport.html

@@ -60,7 +60,7 @@ The calculation and boundary status of single cells can be set with the status m
 The following states are supportet:
 The following states are supportet:
 
 
 <ul>
 <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>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>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>
 <li>3 == Transmission - cells of this type should be placed on out-flow boundaries to assure the flow of the solute stream out </li>

+ 1 - 1
raster3d/r3.gwflow/r3.gwflow.html

@@ -47,7 +47,7 @@ status of single cells can be set with the status map, the following
 cell states are supported:
 cell states are supported:
 
 
 <ul>
 <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>
  active cells will have a no flow boundary to an inactive cell</li>
 <li>1 == active - this cell is used for groundwater calculation,
 <li>1 == active - this cell is used for groundwater calculation,
  inner sources can be defined for those cells</li>
  inner sources can be defined for those cells</li>

+ 1 - 1
temporal/t.rast.algebra/t.rast.algebra.html

@@ -246,7 +246,7 @@ compared by logical operators and evaluated for each map of the STDS and
 the related maps.
 the related maps.
 For complex relations the comparison operator can be used to combine conditions: 
 For complex relations the comparison operator can be used to combine conditions: 
 <br>
 <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"}
 {"comparison operator", "topological relations", aggregation operator, "temporal operator"}
 <br>
 <br>
 This aggregation operator (| or &) define the behaviour if a map is related the more 
 This aggregation operator (| or &) define the behaviour if a map is related the more 

+ 3 - 3
vector/v.out.ogr/export_areas.c

@@ -77,7 +77,7 @@ int export_areas_single(struct Map_info *In, int field, int donocat,
                        * not labeled */
                        * not labeled */
         }
         }
         
         
-        /* find correspoding area */
+        /* find corresponding area */
         area = Vect_get_centroid_area(In, centroid);
         area = Vect_get_centroid_area(In, centroid);
         if (area == 0)
         if (area == 0)
             continue;
             continue;
@@ -184,7 +184,7 @@ int export_areas_multi(struct Map_info *In, int field, int donocat,
                                 "Category %d not found in line %d, field %d"),
                                 "Category %d not found in line %d, field %d"),
                               cat, line, field);
                               cat, line, field);
             
             
-            /* find correspoding area */
+            /* find corresponding area */
             area = Vect_get_centroid_area(In, line);
             area = Vect_get_centroid_area(In, line);
             if (area == 0)
             if (area == 0)
                 continue;
                 continue;
@@ -241,7 +241,7 @@ int export_areas_multi(struct Map_info *In, int field, int donocat,
                        * not labeled */
                        * not labeled */
         }
         }
 
 
-        /* find correspoding area */
+        /* find corresponding area */
 	line = Vect_get_next_line_id(In);
 	line = Vect_get_next_line_id(In);
         area = Vect_get_centroid_area(In, line);
         area = Vect_get_centroid_area(In, line);
         if (area == 0)
         if (area == 0)

+ 1 - 1
vector/v.what.rast/v.what.rast.html

@@ -6,7 +6,7 @@ vector attribute table with the retrieved raster cell value or print it.
 
 
 <p>The column type needs to be numeric (integer, float, double,
 <p>The column type needs to be numeric (integer, float, double,
 ...). If the column doesn't exist in the vector attribute table than
 ...). 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.
 input raster map.
 
 
 <p>
 <p>