Ver código fonte

fix various spelling errors (fixes trac https://trac.osgeo.org/grass/ticket/3138, contributed by Sebastiaan Couwenberg)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69300 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 anos atrás
pai
commit
046d714545

+ 1 - 1
lib/raster/get_row.c

@@ -436,7 +436,7 @@ static void gdal_values_double(int fd, const double *data,
    finally the values in work_buf are converted into 
    finally the values in work_buf are converted into 
    type Y and put into 'cell'.
    type Y and put into 'cell'.
    if type X == type Y the intermediate step of storing the values in 
    if type X == type Y the intermediate step of storing the values in 
-   work_buf might be ommited. check the appropriate function for XY to
+   work_buf might be omitted. check the appropriate function for XY to
    determine the procedure of conversion. 
    determine the procedure of conversion. 
  */
  */
 static void transfer_to_cell_XX(int fd, void *cell)
 static void transfer_to_cell_XX(int fd, void *cell)

+ 1 - 1
raster/r.out.gdal/main.c

@@ -254,7 +254,7 @@ int main(int argc, char *argv[])
     mapset = G_find_raster2(input->answer, "");
     mapset = G_find_raster2(input->answer, "");
 
 
     if (mapset != NULL) {
     if (mapset != NULL) {
-	/* Add input to "group". "Group" whith 1 raster (band) will exist only in memory. */
+	/* Add input to "group". "Group" with 1 raster (band) will exist only in memory. */
 	I_init_group_ref(&ref);
 	I_init_group_ref(&ref);
 	I_add_file_to_group_ref(input->answer, mapset, &ref);
 	I_add_file_to_group_ref(input->answer, mapset, &ref);
     }
     }

+ 1 - 1
temporal/t.rast.out.vtk/t.rast.out.vtk.html

@@ -10,7 +10,7 @@ ParaView. The VTK legacy files are created using <b>r.out.vtk</b>.
 In this simple example we create several raster maps with random values 
 In this simple example we create several raster maps with random values 
 and one elevation map. The random value raster maps are registered in a 
 and one elevation map. The random value raster maps are registered in a 
 space time raster dataset. All maps of this space time raster dataset 
 space time raster dataset. All maps of this space time raster dataset 
-are exported using <b>t.rast.out.vtk</b> into the directoy 
+are exported using <b>t.rast.out.vtk</b> into the directory 
 <b>/tmp/test1</b>.
 <b>/tmp/test1</b>.
 
 
 
 

+ 1 - 1
vector/v.buffer/v.buffer.html

@@ -133,7 +133,7 @@ v.buffer input=lakes output=lakes_buffer type=area distance=-50
 <img src="v_buffer_areas_int.png" border="1"><br>
 <img src="v_buffer_areas_int.png" border="1"><br>
 Internal buffer of 50m inside the "lakes" polygons (map subset, original areas
 Internal buffer of 50m inside the "lakes" polygons (map subset, original areas
 shown in black) <br>
 shown in black) <br>
-Not all features are buffered, only the polygons that allow to create inside
+Not all features are buffered, only the polygons that allow creation inside
 a topological cleaned polygon.
 a topological cleaned polygon.
 </center>
 </center>
 
 

+ 2 - 2
vector/v.net.flow/v.net.flow.html

@@ -5,10 +5,10 @@ between two sets of nodes.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 The two sets of nodes are called <em>sources</em> and <em>sink</em> 
 The two sets of nodes are called <em>sources</em> and <em>sink</em> 
-and <em>v.net.flow</em> finds the maximimum flow from the former to 
+and <em>v.net.flow</em> finds the maximum flow from the former to 
 the latter ones. Edge capacities can be specified by <b>arc_column</b> 
 the latter ones. Edge capacities can be specified by <b>arc_column</b> 
 for forward direction and <b>arc_backward_column</b> for backward direction. If 
 for forward direction and <b>arc_backward_column</b> for backward direction. If 
-the latter parameter is ommited then the same capacity is used in 
+the latter parameter is omitted then the same capacity is used in 
 either direction. The sets are given by the respective <b>cats</b>, 
 either direction. The sets are given by the respective <b>cats</b>, 
 <b>layer</b> and <b>where</b> parameters. Maximum flow corresponds 
 <b>layer</b> and <b>where</b> parameters. Maximum flow corresponds 
 to the maximum amount of water possibly flowing through the network 
 to the maximum amount of water possibly flowing through the network 

+ 1 - 1
vector/v.net.visibility/v.net.visibility.html

@@ -21,7 +21,7 @@ or <em><a href="d.path.html">d.path</a></em>.
 If you compute a shortest path after computing the visibility graph
 If you compute a shortest path after computing the visibility graph
 you will notice that this path might go through a vertex of a line. If
 you will notice that this path might go through a vertex of a line. If
 this is not what you wanted you might need to process the map
 this is not what you wanted you might need to process the map
-in <em><a href="v.buffer.html">v.buffer</a></em>, initially whith a
+in <em><a href="v.buffer.html">v.buffer</a></em>, initially with a
 small value. Example:
 small value. Example:
 
 
 <div class="code"><pre>
 <div class="code"><pre>

+ 1 - 1
vector/v.random/v.random.html

@@ -158,7 +158,7 @@ Random points only sampled in forested areas (stratified random sampling)
 </center>
 </center>
 
 
 
 
-<h3>Stratified random sampling: Random sampling from vector map with spatial contraints</h3>
+<h3>Stratified random sampling: Random sampling from vector map with spatial constraints</h3>
 
 
 Generating n points for each individual area: in this example two random
 Generating n points for each individual area: in this example two random
 points in each water body:
 points in each water body: