[grass] 04/05: Add patch for various typos.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Mar 2 14:59:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository grass.

commit 8496d0dd2592ebb5903d368943904645b5b60fc4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 2 15:22:14 2016 +0100

    Add patch for various typos.
---
 debian/changelog                    |   1 +
 debian/patches/series               |   1 +
 debian/patches/various-typos2.patch | 658 ++++++++++++++++++++++++++++++++++++
 3 files changed, 660 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 449d087..7883dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 grass (7.0.3-2~exp2) UNRELEASED; urgency=medium
 
   * Require at least liblas 1.8.0-8 for GDAL 2.0 transition.
+  * Add patch for various typos.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 02 Mar 2016 14:32:43 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index eef80d6..68c0f3b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ instdir
 no-fail-html.patch
 appstream.patch
 various-typos.patch
+various-typos2.patch
diff --git a/debian/patches/various-typos2.patch b/debian/patches/various-typos2.patch
new file mode 100644
index 0000000..f14985b
--- /dev/null
+++ b/debian/patches/various-typos2.patch
@@ -0,0 +1,658 @@
+Description: Fix various typos.
+ REFERNCES  -> REFERENCES
+ coefficent -> coefficient
+ proccess   -> process
+ controled  -> controlled
+ exising    -> existing
+ miniscule  -> minuscule
+ indeces    -> indices
+ errorneous -> erroneous
+ containg   -> containing
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/imagery/i.fft/i.fft.html
++++ b/imagery/i.fft/i.fft.html
+@@ -36,7 +36,7 @@ d.rast lsat7_2002_70.real
+ d.rast lsat7_2002_70.imag
+ </pre></div>
+ 
+-<h2>REFERNCES</h2>
++<h2>REFERENCES</h2>
+ 
+ <ul>
+ <li> M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
+--- a/raster/r.resamp.bspline/r.resamp.bspline.html
++++ b/raster/r.resamp.bspline/r.resamp.bspline.html
+@@ -107,7 +107,7 @@ d.histogram elev_srtm_30m_complete
+ d.rast elev_srtm_30m_complete
+ </pre></div>
+ 
+-<h3>Estimation of <b>lambda</b> parameter with a cross validation proccess</h3>
++<h3>Estimation of <b>lambda</b> parameter with a cross validation process</h3>
+ 
+ A random sample of points should be generated first with
+ <em><a href="r.random.html">r.random</a></em>, and the current region should not
+--- a/vector/v.surf.bspline/v.surf.bspline.html
++++ b/vector/v.surf.bspline/v.surf.bspline.html
+@@ -109,7 +109,7 @@ A bilinear spline interpolation will be
+ of 25 map units. An interpolated raster map will be created at the
+ current region resolution.
+ 
+-<h3>Estimation of lambda_i parameter with a cross validation proccess</h3>
++<h3>Estimation of lambda_i parameter with a cross validation process</h3>
+ 
+ <div class="code"><pre>
+ v.surf.bspline -c input=point_vector 
+--- a/raster/r.lake/main.c
++++ b/raster/r.lake/main.c
+@@ -283,7 +283,7 @@ int main(int argc, char *argv[])
+     else
+ 	out_fd = Rast_open_new(seedmap, 1);
+ 
+-    /* More pases are renudant. Real pases count is controled by altered cell count. */
++    /* More pases are renudant. Real pases count is controlled by altered cell count. */
+     pases = (int)(rows * cols) / 2;
+ 
+     G_debug(1,
+--- a/raster/r.sim/r.sim.sediment/r.sim.sediment.html
++++ b/raster/r.sim/r.sim.sediment/r.sim.sediment.html
+@@ -30,7 +30,7 @@ transport capacity limited erosion/depos
+ can be viewed while the simulation continues. Sediment flow rate raster map 
+ <i>sediment_flux</i> [kg/ms], and net erosion/deposition raster map [kg/m<sup>2</sup>s]
+ can take longer time depending on time step and simulation time. 
+-Simulation time is controled by <i>niterations</i> [minutes] parameter. 
++Simulation time is controlled by <i>niterations</i> [minutes] parameter. 
+ <!-- Output files can be saved during simulation using <i>outiter</i> parameter
+ defining simulation time step for writing output files. This option requires
+ time series flag <i>-t</i>. Files are saved with suffix   containing
+--- a/raster/r.sim/r.sim.water/r.sim.water.html
++++ b/raster/r.sim/r.sim.water/r.sim.water.html
+@@ -42,7 +42,7 @@ Optionally, user can provide an overland
+ <i>infil</i> or a single value <i>infil_value</i> in [mm/hr] that control the rate of
+ infiltration for the already flowing water, effectively reducing the flow depth and 
+ discharge.
+-Overland flow can be further controled by permeable check dams or similar type of structures,
++Overland flow can be further controlled by permeable check dams or similar type of structures,
+ the user can provide a map of these structures and their permeability ratio
+ in the map <i>flow_control</i> that defines the probability of particles to pass
+ through the structure (the values will be 0-1).
+@@ -54,7 +54,7 @@ the <i>error</i> raster map (the resulti
+ The output vector points map <i>output_walkers</i> can be used to analyze and visualize 
+ spatial distribution of walkers at different simulation times (note that 
+ the resulting water depth is based on the density of these walkers). 
+-<!--Number of the output walkers is controled by the <i>density</i> parameter, which controls
++<!--Number of the output walkers is controlled by the <i>density</i> parameter, which controls
+ how many walkers used in simulation should be written into the output. -->
+ <!-- from
+ http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Mitasova_Helena_2.pdf
+@@ -64,7 +64,7 @@ analysed using the output error raster f
+ of particles used in the simulation and can be reduced by increasing the number of walkers
+ given by parameter <i>nwalkers</i>.
+ <!--(<font color="#ff0000"> toto treba upresnit/zmenit, lebo nwalk ide prec</font>). -->
+-Duration of simulation is controled by the <i>niterations</i> parameter. The default value 
++Duration of simulation is controlled by the <i>niterations</i> parameter. The default value 
+ is 10 minutes, reaching the steady-state may require much longer time, 
+ depending on the time step, complexity of terrain, land cover and size of the area. 
+ Output walker, water depth and discharge maps can be saved during simulation using 
+--- a/lib/raster/gdal.c
++++ b/lib/raster/gdal.c
+@@ -579,7 +579,7 @@ void Rast_close_gdal_link(struct GDAL_li
+ }
+ 
+ /*!
+-  \brief Close exising GDAL link and write out data
++  \brief Close existing GDAL link and write out data
+ 
+   \param gdal pointer to GDAL_link to be closed
+ 
+--- a/lib/vector/vectorlib_pg.dox
++++ b/lib/vector/vectorlib_pg.dox
+@@ -28,7 +28,7 @@ API. They are internally used by the vec
+ PostGIS data. The programmer should use higher level functions
+ instead.
+ 
+-- Vect_open_old() to open exising vector map (ie. PostGIS table when using GRASS-PostGIS data provider)
++- Vect_open_old() to open existing vector map (ie. PostGIS table when using GRASS-PostGIS data provider)
+ - Vect_open_new() to create new vector map
+ - Vect_close() to close vector map
+ 
+@@ -38,7 +38,7 @@ instead.
+ 
+ - Vect_write_line() to write a new feature
+ - Vect_delete_line() to delete existing feature
+-- Vect_rewrite_line() to modify exising feature
++- Vect_rewrite_line() to modify existing feature
+ 
+ - Vect_build() to build (pseudo-)topology
+ 
+@@ -74,7 +74,7 @@ access is provided by functions starting
+ - V2_write_line_sfa() - write new simple feature
+ - V2_write_line_pg() - write new topological element in PostGIS Topology schema
+ 
+-\par Delete exising feature or topological element
++\par Delete existing feature or topological element
+ 
+ - V1_delete_line_pg()
+ - V2_delete_line_sfa() - delete simple feature
+--- a/raster/r.what/r.what.html
++++ b/raster/r.what/r.what.html
+@@ -42,7 +42,7 @@ r.what map=landuse96_28m,aspect coordina
+ 
+ <h3>Input coordinates given as a vector points map</h3>
+ 
+-Coordinates can be read from exising vector points map by
++Coordinates can be read from existing vector points map by
+ specifying <b>points</b> option. Other features than points or
+ centroids are ignored. Example: query North Carolina county number for
+ each community college:
+@@ -59,7 +59,7 @@ r.what map=boundary_county_500m points=c
+ 
+ <h3>Input coordinates given as a vector points map, output into CSV file</h3>
+ 
+-Coordinates can be read from exising vector points map by
++Coordinates can be read from existing vector points map by
+ specifying <b>points</b> option. Other features than points or
+ centroids are ignored. The output is stored in a CSV file including header
+ row. Example: query North Carolina county number for each community college:
+--- a/scripts/g.extension/g.extension.py
++++ b/scripts/g.extension/g.extension.py
+@@ -900,7 +900,7 @@ def remove_modules(mlist, force = False)
+         else:
+             remove_extension_std(name, force)
+ 
+-# remove exising extension (using standard files layout)
++# remove existing extension (using standard files layout)
+ def remove_extension_std(name, force = False):
+     for fpath in [os.path.join(options['prefix'], 'bin', name),
+                   os.path.join(options['prefix'], 'scripts', name),
+--- a/raster/rasterintro.html
++++ b/raster/rasterintro.html
+@@ -144,9 +144,9 @@ cells whose centres fall within the boun
+ <br>
+ With <b>-w</b>, the samples are weighted according to the proportion of the
+ raster cell which falls within the bounds of the region cell, so the
+-result is normally unaffected by rounding error (a miniscule difference 
++result is normally unaffected by rounding error (a minuscule difference 
+ in the position of the boundary results in the addition or subtraction of
+-a sample weighted by a miniscule factor; also, The min and max aggregates 
++a sample weighted by a minuscule factor; also, The min and max aggregates 
+ can't use weights, so <b>-w</b> has no effect for those).</li>
+ 
+ <li> <a href="r.fillnulls.html">r.fillnulls</a> for Regularized Spline with Tension (RST) 
+--- a/gui/wxpython/dbmgr/base.py
++++ b/gui/wxpython/dbmgr/base.py
+@@ -1522,11 +1522,11 @@ class DbMgrBrowsePage(DbMgrNotebookBase)
+         table    = self.dbMgrData['mapDBInfo'].layers[self.selLayer]["table"]
+         key      = self.dbMgrData['mapDBInfo'].layers[self.selLayer]["key"]
+         
+-        indeces = []
++        indices = []
+         # collect SQL statements
+         while item != -1:
+             index = dlist.itemIndexMap[item]
+-            indeces.append(index)
++            indices.append(index)
+             
+             cat = dlist.itemCatsMap[index]
+             
+@@ -1557,7 +1557,7 @@ class DbMgrBrowsePage(DbMgrNotebookBase)
+         
+         i = 0
+         for index in indexTemp:
+-            if index in indeces:
++            if index in indices:
+                 continue
+             dlist.itemIndexMap.append(i)
+             dlist.itemDataMap[i] = dataTemp[index]
+--- a/gui/wxpython/gis_set.py
++++ b/gui/wxpython/gis_set.py
+@@ -1050,7 +1050,7 @@ class GListBox(wx.ListCtrl, listmix.List
+         """Load data into list
+         
+         :param choices: list of item
+-        :param disabled: list of indeces of non-selectable items
++        :param disabled: list of indices of non-selectable items
+         """
+         idx = 0
+         for item in choices:
+--- a/gui/wxpython/gmodeler/dialogs.py
++++ b/gui/wxpython/gmodeler/dialogs.py
+@@ -884,7 +884,7 @@ class ItemListCtrl(ModelListCtrl):
+             self.DeleteItem(item)
+             del self.itemDataMap[item]
+             
+-            action = model.GetItem(item+1) # action indeces starts at 1
++            action = model.GetItem(item+1) # action indices starts at 1
+             if not action:
+                 item = self.GetFirstSelected()
+                 continue
+--- a/gui/wxpython/gmodeler/frame.py
++++ b/gui/wxpython/gmodeler/frame.py
+@@ -1632,7 +1632,7 @@ class ItemPanel(wx.Panel):
+         self.list.OnReload(None)
+ 
+     def _getSelectedItems(self):
+-        """Get list of selected items, indeces start at 0"""
++        """Get list of selected items, indices start at 0"""
+         items = []
+         current = -1
+         while True:
+--- a/lib/vector/Vlib/build_pg.c
++++ b/lib/vector/Vlib/build_pg.c
+@@ -175,7 +175,7 @@ int build_topo(struct Map_info *Map, int
+              * mode, before building native topology read nodes from
+              * PostGIS Topology */
+ 
+-            /* clean-up spatial a category indeces */
++            /* clean-up spatial a category indices */
+             dig_free_plus(&(Map->plus));
+             dig_init_plus(&(Map->plus));
+             plus->Spidx_new = TRUE;   
+--- a/lib/vector/Vlib/open_pg.c
++++ b/lib/vector/Vlib/open_pg.c
+@@ -331,9 +331,9 @@ int Vect__open_topo_pg(struct Map_info *
+         return 1;
+     
+     /* free and init plus structure, update spatial and category
+-     * indeces  */
++     * indices  */
+     dig_init_plus(plus);
+-    plus->Spidx_new = TRUE;        /* force building spatial and category indeces */
++    plus->Spidx_new = TRUE;        /* force building spatial and category indices */
+     plus->update_cidx = TRUE; 
+     Map->support_updated = FALSE;  /* don't write support files */
+ 
+--- a/lib/vector/Vlib/write_pg.c
++++ b/lib/vector/Vlib/write_pg.c
+@@ -755,7 +755,7 @@ int create_table(struct Format_info_pg *
+         return -1;
+     }
+     
+-    /* create indeces
++    /* create indices
+         - GV_KEY_COLUMN
+         - geometry column
+     */
+--- a/locale/po/grassmods_ar.po
++++ b/locale/po/grassmods_ar.po
+@@ -40308,7 +40308,7 @@ msgid ""
+ msgstr "خريطة مخرجة حيث ستكتب النقاط"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_cs.po
++++ b/locale/po/grassmods_cs.po
+@@ -40709,7 +40709,7 @@ msgstr ""
+ "Název výstupní vektorové vrstvy, do které budou zapsány chybné prvky vektoru"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ "Sestavit topologii nebo vypsat informace o tolopogii a indexech na "
+ "standardní výstup"
+--- a/locale/po/grassmods_de.po
++++ b/locale/po/grassmods_de.po
+@@ -40857,7 +40857,7 @@ msgstr ""
+ 
+ #: ../vector/v.build/main.c:61
+ #, fuzzy
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ "Erzeuge Topologie oder schreibe die Topologie oder den räumlichen Index nach "
+ "stdout."
+--- a/locale/po/grassmods_el.po
++++ b/locale/po/grassmods_el.po
+@@ -38681,7 +38681,7 @@ msgid ""
+ msgstr "Όνομα εξαγόμενου διανυσματικού χάρτη"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_es.po
++++ b/locale/po/grassmods_es.po
+@@ -40978,7 +40978,7 @@ msgstr ""
+ "Nombre del mapa vectorial donde se escriben elementos vectoriales erróneos"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr "Construir topología o volcar topología o índices a salida estandar"
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_fi.po
++++ b/locale/po/grassmods_fi.po
+@@ -37124,7 +37124,7 @@ msgid ""
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_fr.po
++++ b/locale/po/grassmods_fr.po
+@@ -42888,7 +42888,7 @@ msgid ""
+ msgstr "Nom de la couche en sortie où les erreurs seront écrites"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_it.po
++++ b/locale/po/grassmods_it.po
+@@ -40094,7 +40094,7 @@ msgid ""
+ msgstr "Nome della mappa vettoriale di output su cui scrivere i segmenti"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_ja.po
++++ b/locale/po/grassmods_ja.po
+@@ -40117,7 +40117,7 @@ msgstr "誤ったベクトルフィー�
+ 
+ #: ../vector/v.build/main.c:61
+ #, fuzzy
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ "トポロジーまたはダンプトポロジーまたは空間インデックスをstdoutに作成します  "
+ 
+--- a/locale/po/grassmods_ko.po
++++ b/locale/po/grassmods_ko.po
+@@ -38902,7 +38902,7 @@ msgid ""
+ msgstr "출력할 격자지도"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_lv.po
++++ b/locale/po/grassmods_lv.po
+@@ -40166,7 +40166,7 @@ msgid ""
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_pl.po
++++ b/locale/po/grassmods_pl.po
+@@ -40206,7 +40206,7 @@ msgid ""
+ msgstr "Nazwa wyjściowej wektorowej mapy punktów"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_pt.po
++++ b/locale/po/grassmods_pt.po
+@@ -41385,7 +41385,7 @@ msgid ""
+ msgstr "Mapa de sa�da no qual os erros ser�o gravados"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_pt_br.po
++++ b/locale/po/grassmods_pt_br.po
+@@ -41309,7 +41309,7 @@ msgid ""
+ msgstr "Mapa de sa�da no qual os erros ser�o gravados"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_ro.po
++++ b/locale/po/grassmods_ro.po
+@@ -37749,7 +37749,7 @@ msgid ""
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_ru.po
++++ b/locale/po/grassmods_ru.po
+@@ -40878,7 +40878,7 @@ msgstr "Имя векторного сл
+ 
+ #: ../vector/v.build/main.c:61
+ #, fuzzy
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ "Построить топологию или вывести топологию или пространственный индекс в "
+ "stdout"
+--- a/locale/po/grassmods_sl.po
++++ b/locale/po/grassmods_sl.po
+@@ -40598,7 +40598,7 @@ msgid ""
+ msgstr "Ime izhodnega vektorskega sloja"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_th.po
++++ b/locale/po/grassmods_th.po
+@@ -40423,7 +40423,7 @@ msgstr "ชื่อของ แผน�
+ 
+ #: ../vector/v.build/main.c:61
+ #, fuzzy
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr "สร้าง topology หรือ dump topology หรือ spatial index ไปที่ stdout"
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_tr.po
++++ b/locale/po/grassmods_tr.po
+@@ -39643,7 +39643,7 @@ msgid ""
+ msgstr "Hatalı vektör objelerinin yazılacağı vektör haritanın adı"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/locale/po/grassmods_vi.po
++++ b/locale/po/grassmods_vi.po
+@@ -40862,7 +40862,7 @@ msgstr "Tên của bản đồ vec-tơ d
+ 
+ #: ../vector/v.build/main.c:61
+ #, fuzzy
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ "Xây dựng tôpô hoặc 'đổ' tôpô hoặc chỉ mục không gian vào đầu ra tiêu chuẩn"
+ 
+--- a/locale/po/grassmods_zh.po
++++ b/locale/po/grassmods_zh.po
+@@ -40508,7 +40508,7 @@ msgid ""
+ msgstr "用来存放错误信息的输出地图的名称"
+ 
+ #: ../vector/v.build/main.c:61
+-msgid "Build topology or dump topology or indeces to standard output"
++msgid "Build topology or dump topology or indices to standard output"
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:65
+--- a/vector/v.build/main.c
++++ b/vector/v.build/main.c
+@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
+     opt->multiple = YES;
+     opt->answer = "build";
+     opt->description =
+-	_("Build topology or dump topology or indeces to standard output");
++	_("Build topology or dump topology or indices to standard output");
+     opt_desc = NULL;
+     G_asprintf(&opt_desc,
+ 	       "build;%s;dump;%s;sdump;%s;cdump;%s;fdump;%s",
+--- a/vector/v.build/v.build.html
++++ b/vector/v.build/v.build.html
+@@ -47,7 +47,7 @@ includes:
+ <h3>Build topology</h3>
+ 
+ Note that <b>option=build</b> recreates also spatial and category
+-indeces, not only topology. For linked OGR layers
++indices, not only topology. For linked OGR layers
+ (see <em><a href="v.external.html">v.external</a></em>) also feature
+ index is created.
+ 
+--- a/vector/v.clean/v.clean.html
++++ b/vector/v.clean/v.clean.html
+@@ -3,7 +3,7 @@
+ <em>v.clean</em> allows the user to automatically fix topology of vector 
+ maps. Several tools may be listed to be executed sequentially. In this
+ case, also the threshold parameter requires several values to be listed
+-accordingly. An error map is optionally written which stores the errorneous
++accordingly. An error map is optionally written which stores the erroneous
+ geometries.
+ 
+ <h3>Break lines/boundaries</h3>
+--- a/gui/wxpython/docs/wxGUI.toolboxes.html
++++ b/gui/wxpython/docs/wxGUI.toolboxes.html
+@@ -127,7 +127,7 @@ where we omitted the two toolboxes:</p>
+ 
+ <h3>Creating custom toolbox</h3>
+ 
+-<p>In this example we create a new toolbox <em>Favorites</em> containg
++<p>In this example we create a new toolbox <em>Favorites</em> containing
+ existing GRASS module and toolbox, custom module
+ created by the user and addon module.
+ The <tt>toolboxes.xml</tt> file contains following lines:</p>
+--- a/lib/db/dbmi_base/string.c
++++ b/lib/db/dbmi_base/string.c
+@@ -135,7 +135,7 @@ int db_enlarge_string(dbString * x, int
+ 
+   \param x pointer to dbString
+ 
+-  \return pointer to buffer containg string
++  \return pointer to buffer containing string
+ */
+ char *db_get_string(const dbString * x)
+ {
+--- a/lib/vector/Vlib/header.c
++++ b/lib/vector/Vlib/header.c
+@@ -395,7 +395,7 @@ int Vect_set_map_date(struct Map_info *M
+ 
+    \param Map pointer to Map_info structure
+ 
+-   \return string containg a date
++   \return string containing a date
+  */
+ const char *Vect_get_map_date(const struct Map_info *Map)
+ {
+--- a/lib/raster/cats.c
++++ b/lib/raster/cats.c
+@@ -50,7 +50,7 @@
+  *
+  *   sprintf(buff,"Elevation: %.2f to %.2f feet", num*5.0+1000, num*5.0*1005)
+  *
+- * Note: while both the format and coefficent lins must be present
++ * Note: while both the format and coefficient lins must be present
+  *       a blank line for the fmt will effectively suppress automatic
+  *       label generation
+  *
+--- a/raster/r.category/r.category.html
++++ b/raster/r.category/r.category.html
+@@ -90,7 +90,7 @@ string for category "num":
+ <p>
+ <tt>sprintf(buff,"Elevation: %.2f to %.2f feet", num*5.0+1000, num*5.0*1005)</tt>
+ 
+-<p>Note: while both the format and coefficent lines must be present
++<p>Note: while both the format and coefficient lines must be present
+       a blank line for the format string will effectively suppress
+       automatic label generation.
+ <!--
+--- a/raster/r.param.scale/feature.c
++++ b/raster/r.param.scale/feature.c
+@@ -6,7 +6,7 @@
+ 
+ /***                              feature()                                ***/
+ 
+-/***     Returns a terrain feature based on the 6 quadratic coefficents    ***/
++/***     Returns a terrain feature based on the 6 quadratic coefficients    ***/
+ 
+ /***	 that define a local trend surface. 			    	   ***/
+ 
+@@ -21,7 +21,7 @@
+ 
+ 
+ DCELL feature(double *coeff)
+-{				/* Set of six quadratic coefficents.      */
++{				/* Set of six quadratic coefficients.      */
+ 
+     /* Quadratic function in the form of
+ 
+--- a/raster/r.param.scale/param.c
++++ b/raster/r.param.scale/param.c
+@@ -7,7 +7,7 @@
+ /*****************************************************************************/
+ /***                                                                       ***/
+ /***                                param()                                ***/
+-/***     Returns a terrain parameter based on the 6 quadratic coefficents  ***/
++/***     Returns a terrain parameter based on the 6 quadratic coefficients  ***/
+ /***	 that define a local trend surface. 			    	   ***/
+ /***     Jo Wood, Department of Geography, V2.0 15th December, 1994        ***/
+ /***                                                                       ***/
+@@ -19,7 +19,7 @@
+ 
+ DCELL param(int ptype,		/* Type of terrain parameter to calculate */
+ 	    double *coeff)
+-{				/* Set of six quadratic coefficents.        */
++{				/* Set of six quadratic coefficients.        */
+ 
+     /* Quadratic function in the form of
+ 
+--- a/raster/r.param.scale/param.h
++++ b/raster/r.param.scale/param.h
+@@ -71,7 +71,7 @@ void find_obs(DCELL * z,	/* Local window
+ 	      double *obs,	/* Observed column vector.      */
+ 	      double *w);	/* Weighting matrix.            */
+ void find_weight(double *weight_ptr);
+-DCELL feature(double *coeff);	/* Set of six quadratic coefficents.    */
++DCELL feature(double *coeff);	/* Set of six quadratic coefficients.    */
+ 
+ /* ------ Global variables ------ */
+ 
+--- a/raster/r.ros/main.c
++++ b/raster/r.ros/main.c
+@@ -159,8 +159,8 @@ int main(int argc, char *argv[])
+       wn_live,			/*net live fuel (total) load */
+       class_sum, moisture[4],	/*moistures of 1-h,10-h,100-h,live fuels */
+       Mf_dead,			/*total moisture of dead fuels */
+-      etaM_dead,		/*dead fuel misture damping coefficent */
+-      etaM_live,		/*live fuel misture damping coefficent */
++      etaM_dead,		/*dead fuel misture damping coefficient */
++      etaM_live,		/*live fuel misture damping coefficient */
+       xmext,			/*live fuel moisture of extinction */
+       phi_ws,			/*wind and slope conbined coefficient */
+       wmfd, fdmois, fined, finel;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git



More information about the Pkg-grass-devel mailing list