Browse Source

Various typo fixes (https://trac.osgeo.org/grass/ticket/2776)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66567 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 years ago
parent
commit
af366d29e9

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

@@ -5,7 +5,7 @@
 
 <b>Interactive Scatter Plot Tool</b> allows analyzing group of raster
 maps. The tool is integrated into <em><a href="wxGUI.iclass.html">
-Supervised Classification Tool</a></em> (see the screen shot bellow).
+Supervised Classification Tool</a></em> (see the screen shot below).
 Also it is possible to launch it from Map Display Window (<tt>Analyze map
 &rarr; Interactive Scatter Plot Tool</tt>).
 

+ 2 - 2
gui/wxpython/iscatt/controllers.py

@@ -228,7 +228,7 @@ class ScattsManager:
                      message=_("Number of cells (rows*cols) <%d> in current region is "
                                "higher than recommended threshold <%d>.\n"
                                "It is strongly advised to reduce number of cells "
-                               "in current region bellow recommend threshold.\n "
+                               "in current region below recommend threshold.\n "
                                "It can be done by <g.region> command.\n\n" 
                                "Do you want to continue using "
                                "Interactive Scatter Plot Tool with this region?" 
@@ -314,7 +314,7 @@ class ScattsManager:
                      message=_("Multiple of bands ranges <%s:%d * %s:%d = %d> " 
                                "is higher than recommended limit <%d>.\n" 
                                "It is strongly advised to reduce range extend of bands" 
-                               "(e. g. using r.rescale) bellow recommended threshold.\n\n"
+                               "(e. g. using r.rescale) below recommended threshold.\n\n"
                                "Do you really want to add this scatter plot?" 
                                 % (b_1_name, b_1_i['range'], b_1_name, b_2_i['range'], 
                                    mrange, WARN_SCATT_SIZE)), 

+ 1 - 1
gui/wxpython/mapdisp/main.py

@@ -477,7 +477,7 @@ class MapApp(wx.App):
         ###
         ### TODO: find a better solution
         ###
-        ### the check bellow disabled, it's too much invasive to call
+        ### the check below disabled, it's too much invasive to call
         ### g.gisenv in the watcher...
         # try:
             # GISBASE and other system enviromental variables can not be used

+ 1 - 1
gui/wxpython/tplot/g.gui.tplot.py

@@ -21,7 +21,7 @@
 ############################################################################
 
 #%module
-#% description: Allows the user to see in a plot the values of one or more temporal raser datasets for a queried point defined by a coordinate pair. Also allows to plot data of vector dataset for a defined categories and attribut.
+#% description: Allows the user to see in a plot the values of one or more temporal raser datasets for a queried point defined by a coordinate pair. Also allows plotting data of vector dataset for a defined categories and attribute.
 #% keywords: general
 #% keywords: GUI
 #% keywords: temporal

+ 2 - 2
lib/gis/parser_standard_options.c

@@ -25,7 +25,7 @@
   parameter <i>opt</i>.
 
   Valid parameters are defined by the STD_OPT enum in the file gis.h.
-  A list of valid parameter values sorted to groups is bellow.
+  A list of valid parameter values sorted to groups is below.
 
   This function allocates memory for the Option structure and returns a
   pointer to this memory.
@@ -891,7 +891,7 @@ struct Option *G_define_standard_option(int opt)
   \brief Create standardised Flag structure.
   
   This function will create a standardised Flag structure defined by
-  parameter <i>flag</i>. A list of valid parameters bellow. It
+  parameter <i>flag</i>. A list of valid parameters below. It
   allocates memory for the Flag structure and returns a pointer to
   this memory.
   

+ 1 - 1
lib/init/grass7.html

@@ -223,7 +223,7 @@ script. The script file must have its executable bit set.
 <dt><b>grass71 -text</b>
 <dd> Start GRASS using the text-based user interface. Appropriate
 location and mapset must be set by environmental variables (see
-examples bellow) otherwise taken from the last GRASS session.</dd>
+examples below) otherwise taken from the last GRASS session.</dd>
 
 <dt><b>grass71 -gtext</b>
 <dd> Start GRASS using the text-based user interface. The user will be

+ 1 - 1
lib/python/docs/src/gunittest_testing.rst

@@ -30,7 +30,7 @@ Basic example
 -------------
 
 If you are writing a test of a GRASS module, 
-create a Python script with the content derived from the example bellow.
+create a Python script with the content derived from the example below.
 When using existing existing maps, suppose you are in North Carolina SPM
 GRASS sample location.
 

+ 1 - 1
lib/vector/Vlib/dgraph.h

@@ -16,7 +16,7 @@ struct pg_vertex {
     double x; /* coordinates */
     double y;
     int ecount; /* number of neighbours */
-    int eallocated; /* size of the array bellow */
+    int eallocated; /* size of the array below */
     struct pg_edge **edges; /* array of pointers */
     double *angles; /* precalculated angles with Ox */
 };

+ 1 - 1
lib/vector/Vlib/write_nat.c

@@ -427,7 +427,7 @@ int V2_restore_line_nat(struct Map_info *Map, off_t line)
     return V2__add_line_to_topo_nat(Map, offset, type, Points, Cats, line, NULL) > 0 ? 0 : -1;
 }
 
-/*** static or internal subroutines bellow ****/
+/*** static or internal subroutines below ****/
 
 /*!
   \brief Writes feature at the given offset or at the end of the file

+ 1 - 1
lib/vector/vectorlib.dox

@@ -322,7 +322,7 @@ parcels might have two different categories which prevents from a unique assignm
 
 \subsection vlibFeatureTypes Feature types
 
-Feature types are defined in include/vect_dig_defines.h, see the list bellow:
+Feature types are defined in include/vect_dig_defines.h, see the list below:
 
 - GV_POINT
 - GV_LINE

+ 1 - 1
lib/vector/vectorlib_lists.dox

@@ -7,7 +7,7 @@ by GRASS Development Team (http://grass.osgeo.org)
 \section vlibStructures List of vector library data structures
 
 All data structure used by the vector library are defined in
-include/vect/dig_structs.h. See the lists bellow.
+include/vect/dig_structs.h. See the lists below.
 
 \subsection vlibStructuresMajor Major
 

+ 1 - 1
lib/vector/vectorlib_pg.dox

@@ -22,7 +22,7 @@ page</a> for more info.
 
 \section vlibFn List of functions
 
-Note that the functions listed bellow are lower level subroutines, in
+Note that the functions listed below are lower level subroutines, in
 other word these functions are not considered to be part of public
 API. They are internally used by the vector library when accessing
 PostGIS data. The programmer should use higher level functions

+ 1 - 1
mswindows/env.bat

@@ -3,7 +3,7 @@ REM Environmental variables for GRASS stand-alone installer
 REM
 
 REM Default prompt: cmd.exe
-REM To enable bash prompt please uncomment the line bellow
+REM To enable bash prompt please uncomment the line below
 REM set GRASS_SH=%GISBASE%\msys\bin\sh.exe
 
 set GRASS_PYTHON=%GISBASE%\extrabin\python.exe

+ 1 - 1
mswindows/osgeo4w/env.bat.tmpl

@@ -4,7 +4,7 @@ REM
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-@VERSION@
 REM Default prompt: cmd.exe
-REM To enable bash prompt please uncomment the line bellow
+REM To enable bash prompt please uncomment the line below
 REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
 
 set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe

+ 1 - 1
scripts/r.in.wms/srs.py

@@ -9,7 +9,7 @@ List of classes:
 This program is free software under the GNU General Public License
 (>=v2). Read the file COPYING that comes with GRASS for details.
 
-@author Stepan Turek <stepan.turek seznam.cz> (Based on code from OWSLib - Copyright bellow)
+@author Stepan Turek <stepan.turek seznam.cz> (Based on code from OWSLib - Copyright below)
 """
 # -*- coding: ISO-8859-15 -*-
 # =============================================================================

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

@@ -48,7 +48,7 @@
 #% type: string
 #% options: input,region
 #% answer: input
-#% description: Ouput vector map extent
+#% description: Output vector map extent
 #% descriptions: input;extent of input map;region;extent of current region
 #% guisection: Output
 #%end

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

@@ -169,7 +169,7 @@ maintained by Edzer J. Pebesma and others
 <br>
 
 R
-package <a href="http://cran.r-project.org/web/packages/rgrass7/index.html">rgrass7</a>,
+package <a href="http://cran.r-project.org/web/packages/spgrass6/index.html">spgrass6</a>,
 maintained by Roger Bivand
 <br>
 

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

@@ -53,7 +53,7 @@ available for aggregation computation. Internally several
 specified parallel processes (<em>nprocs</em>) and the number of
 intervals to aggregate.
 <p>
-The flag <b>-s</b> allows to store a date as map name suffix rather than
+The flag <b>-s</b> allows storing a date as map name suffix rather than
 using consecutive numbering. See the examples below for details.
 
 <h2>EXAMPLES</h2>

+ 1 - 1
temporal/t.rast.what/t.rast.what.py

@@ -67,7 +67,7 @@
 #%option
 #% key: layout
 #% type: string
-#% description: The layout of the ouput. One point per row (row), one point per column (col), all timsteps in one row (timerow)
+#% description: The layout of the output. One point per row (row), one point per column (col), all timsteps in one row (timerow)
 #% required: no
 #% multiple: no
 #% options: row, col, timerow

+ 3 - 3
vector/v.in.ogr/v.in.ogr.html

@@ -134,7 +134,7 @@ LDID/codepage setting from the .dbf file and use it to translate
 string fields to UTF-8. LDID &quot;87 / 0x57&quot; is treated as
 ISO8859_1 which may not be appropriate for many
 languages. Unfortunately it is not clear what other values may be
-appropriate (see example bellow). To change encoding the user can set
+appropriate (see example below). To change encoding the user can set
 up <tt>SHAPE_ENCODING</tt> environmental variable or simply to define
 encoding value using <b>encoding</b> parameter. Note that recoding
 support is new for GDAL/OGR 1.9.0.
@@ -154,7 +154,7 @@ Starting with GDAL 1.11 the library supports multiple geometry columns
 in OGR. By default <em>v.in.ogr</em> reads all geometry columns from
 given layer. The user can choose desired geometry column
 by <b>geometry</b> option,
-see <a href="#multiple-geometry-columns">example bellow</a>.
+see <a href="#multiple-geometry-columns">example below</a>.
 
 <h2>EXAMPLES</h2>
 
@@ -303,7 +303,7 @@ In our example layer &quot;Okresy&quot; has three geometry columns:
 &quot;GeneralizovanaHranice&quot;. By default <em>v.in.ogr</em> reads data from
 all three geometry columns. The user can specify desired geometry
 column by <b>geometry</b> option, in this case the module will read
-geometry only from the specified geometry column. In the example bellow,
+geometry only from the specified geometry column. In the example below,
 the output vector map will contain only geometry saved in
 &quot;OriginalniHranice&quot; geometry column.
 

+ 3 - 3
vector/v.out.postgis/v.out.postgis.html

@@ -133,7 +133,7 @@ v.out.postgis input=urbanarea output="PG:dbname=grass"
 </pre></div>
 
 GRASS areas are converted into polygons, isles into holes. We can
-check the number or created polygons by simple SQL query bellow.
+check the number or created polygons by simple SQL query below.
 
 <div class="code"><pre>
 db.select driver=pg database=grass \
@@ -175,7 +175,7 @@ v.out.postgis input=bridges output="PG:dbname=grass" output_layer=grassout.bridg
 
 <h3>Export data with creation options</h3>
 
-Example bellow demonstrates how to define name for geometry column and
+Example below demonstrates how to define name for geometry column and
 disable building spatial index. Spatial reference system is defined
 by <tt>srid</tt> identifier which corresponds in this case with EPSG
 3358 (North Carolina dataset).
@@ -221,7 +221,7 @@ by <em><a href="v.info.html">v.info</a></em>:
 <em>v.out.postgis</em> allows ignoring attributes when exporting
 vector features by specifying <b>-t</b> flag.
 
-Command bellow exports vector features without attributes. The feature
+Command below exports vector features without attributes. The feature
 will contain only two columns, the fid and geometry column.
 
 <div class="code"><pre>

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

@@ -236,7 +236,7 @@ v.select with CONTAINS operator: selected polygons shown in grey (red: input poi
 This operator additionally requires the <b>relate</b> parameter (in other
 GIS called 'ST_Relate').
 
-This operator allows to calculate the
+This operator allows calculating the
 <a href="https://en.wikipedia.org/wiki/DE-9IM">Dimensionally Extended nine-Intersection Model (DE-9IM)</a>.
 
 In the following one example: Select polygon with 'TOUCHES' operator