[GRASS-SVN] r68016 - in grass/branches/releasebranch_7_0: gui/wxpython gui/wxpython/dbmgr gui/wxpython/docs gui/wxpython/gmodeler imagery/i.fft lib/db/dbmi_base lib/raster lib/vector lib/vector/Vlib locale/po raster raster/r.category raster/r.lake raster/r.param.scale raster/r.resamp.bspline raster/r.ros raster/r.sim/r.sim.sediment raster/r.sim/r.sim.water raster/r.what vector/v.build vector/v.clean vector/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 8 00:08:23 PST 2016


Author: neteler
Date: 2016-03-08 00:08:23 -0800 (Tue, 08 Mar 2016)
New Revision: 68016

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py
   grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.toolboxes.html
   grass/branches/releasebranch_7_0/gui/wxpython/gis_set.py
   grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py
   grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/frame.py
   grass/branches/releasebranch_7_0/imagery/i.fft/i.fft.html
   grass/branches/releasebranch_7_0/lib/db/dbmi_base/login.c
   grass/branches/releasebranch_7_0/lib/db/dbmi_base/string.c
   grass/branches/releasebranch_7_0/lib/raster/cats.c
   grass/branches/releasebranch_7_0/lib/raster/gdal.c
   grass/branches/releasebranch_7_0/lib/vector/Vlib/build_pg.c
   grass/branches/releasebranch_7_0/lib/vector/Vlib/header.c
   grass/branches/releasebranch_7_0/lib/vector/Vlib/open_pg.c
   grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c
   grass/branches/releasebranch_7_0/lib/vector/vectorlib_pg.dox
   grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_de.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_el.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_es.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_it.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_th.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po
   grass/branches/releasebranch_7_0/raster/r.category/r.category.html
   grass/branches/releasebranch_7_0/raster/r.lake/main.c
   grass/branches/releasebranch_7_0/raster/r.param.scale/feature.c
   grass/branches/releasebranch_7_0/raster/r.param.scale/param.c
   grass/branches/releasebranch_7_0/raster/r.param.scale/param.h
   grass/branches/releasebranch_7_0/raster/r.resamp.bspline/r.resamp.bspline.html
   grass/branches/releasebranch_7_0/raster/r.ros/main.c
   grass/branches/releasebranch_7_0/raster/r.sim/r.sim.sediment/r.sim.sediment.html
   grass/branches/releasebranch_7_0/raster/r.sim/r.sim.water/r.sim.water.html
   grass/branches/releasebranch_7_0/raster/r.what/r.what.html
   grass/branches/releasebranch_7_0/raster/rasterintro.html
   grass/branches/releasebranch_7_0/vector/v.build/main.c
   grass/branches/releasebranch_7_0/vector/v.build/v.build.html
   grass/branches/releasebranch_7_0/vector/v.clean/v.clean.html
   grass/branches/releasebranch_7_0/vector/v.surf.bspline/v.surf.bspline.html
Log:
various spelling errors fixed (trac #2950)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py	2016-03-08 08:08:23 UTC (rev 68016)
@@ -1522,11 +1522,11 @@
         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 @@
         
         i = 0
         for index in indexTemp:
-            if index in indeces:
+            if index in indices:
                 continue
             dlist.itemIndexMap.append(i)
             dlist.itemDataMap[i] = dataTemp[index]

Modified: grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.toolboxes.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.toolboxes.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.toolboxes.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -127,7 +127,7 @@
 
 <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>

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gis_set.py	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gis_set.py	2016-03-08 08:08:23 UTC (rev 68016)
@@ -1050,7 +1050,7 @@
         """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:

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py	2016-03-08 08:08:23 UTC (rev 68016)
@@ -891,7 +891,7 @@
             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

Modified: grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/frame.py	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/frame.py	2016-03-08 08:08:23 UTC (rev 68016)
@@ -1634,7 +1634,7 @@
         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:

Modified: grass/branches/releasebranch_7_0/imagery/i.fft/i.fft.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.fft/i.fft.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/imagery/i.fft/i.fft.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -36,7 +36,7 @@
 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

Modified: grass/branches/releasebranch_7_0/lib/db/dbmi_base/login.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/db/dbmi_base/login.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/db/dbmi_base/login.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -266,7 +266,7 @@
   \param password password string
   \param host host name
   \param port
-  \param overwrite TRUE to overwrite exising connections
+  \param overwrite TRUE to overwrite existing connections
   
   \return DB_OK on success
   \return DB_FAILED on failure

Modified: grass/branches/releasebranch_7_0/lib/db/dbmi_base/string.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/db/dbmi_base/string.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/db/dbmi_base/string.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -135,7 +135,7 @@
 
   \param x pointer to dbString
 
-  \return pointer to buffer containg string
+  \return pointer to buffer containing string
 */
 char *db_get_string(const dbString * x)
 {

Modified: grass/branches/releasebranch_7_0/lib/raster/cats.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/cats.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/raster/cats.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -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 lines must be present
  *       a blank line for the fmt will effectively suppress automatic
  *       label generation
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/gdal.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/gdal.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/raster/gdal.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -579,7 +579,7 @@
 }
 
 /*!
-  \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
 

Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/build_pg.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/build_pg.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/build_pg.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -175,7 +175,7 @@
              * 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;   

Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/header.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/header.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/header.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -395,7 +395,7 @@
 
    \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)
 {

Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/open_pg.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/open_pg.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/open_pg.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -331,9 +331,9 @@
         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 */
 

Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -755,7 +755,7 @@
         return -1;
     }
     
-    /* create indeces
+    /* create indices
         - GV_KEY_COLUMN
         - geometry column
     */

Modified: grass/branches/releasebranch_7_0/lib/vector/vectorlib_pg.dox
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/vectorlib_pg.dox	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/lib/vector/vectorlib_pg.dox	2016-03-08 08:08:23 UTC (rev 68016)
@@ -28,7 +28,7 @@
 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 @@
 
 - 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 @@
 - 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40304,7 +40304,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40704,7 +40704,7 @@
 "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"

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_de.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_de.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40852,7 +40852,7 @@
 
 #: ../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."

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_el.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_el.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -38681,7 +38681,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_es.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_es.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40973,7 +40973,7 @@
 "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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -37121,7 +37121,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -42884,7 +42884,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_it.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_it.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40089,7 +40089,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40112,7 +40112,7 @@
 
 #: ../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に作成します  "
 

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -38898,7 +38898,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40162,7 +40162,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40201,7 +40201,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -41381,7 +41381,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -41305,7 +41305,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -37745,7 +37745,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40873,7 +40873,7 @@
 
 #: ../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"

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40594,7 +40594,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_th.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_th.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40419,7 +40419,7 @@
 
 #: ../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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -39639,7 +39639,7 @@
 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

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40857,7 +40857,7 @@
 
 #: ../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"
 

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po	2016-03-08 08:08:23 UTC (rev 68016)
@@ -40504,7 +40504,7 @@
 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

Modified: grass/branches/releasebranch_7_0/raster/r.category/r.category.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.category/r.category.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.category/r.category.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -90,7 +90,7 @@
 <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.
 <!--

Modified: grass/branches/releasebranch_7_0/raster/r.lake/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.lake/main.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.lake/main.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -283,7 +283,7 @@
     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,

Modified: grass/branches/releasebranch_7_0/raster/r.param.scale/feature.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.param.scale/feature.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.param.scale/feature.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -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
 

Modified: grass/branches/releasebranch_7_0/raster/r.param.scale/param.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.param.scale/param.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.param.scale/param.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -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
 

Modified: grass/branches/releasebranch_7_0/raster/r.param.scale/param.h
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.param.scale/param.h	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.param.scale/param.h	2016-03-08 08:08:23 UTC (rev 68016)
@@ -71,7 +71,7 @@
 	      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 ------ */
 

Modified: grass/branches/releasebranch_7_0/raster/r.resamp.bspline/r.resamp.bspline.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.resamp.bspline/r.resamp.bspline.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.resamp.bspline/r.resamp.bspline.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -107,7 +107,7 @@
 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

Modified: grass/branches/releasebranch_7_0/raster/r.ros/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.ros/main.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.ros/main.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -159,8 +159,8 @@
       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;

Modified: grass/branches/releasebranch_7_0/raster/r.sim/r.sim.sediment/r.sim.sediment.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sim/r.sim.sediment/r.sim.sediment.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.sim/r.sim.sediment/r.sim.sediment.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -30,7 +30,7 @@
 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

Modified: grass/branches/releasebranch_7_0/raster/r.sim/r.sim.water/r.sim.water.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sim/r.sim.water/r.sim.water.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.sim/r.sim.water/r.sim.water.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -42,7 +42,7 @@
 <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 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 @@
 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 

Modified: grass/branches/releasebranch_7_0/raster/r.what/r.what.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.what/r.what.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/r.what/r.what.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -42,7 +42,7 @@
 
 <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 @@
 
 <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:

Modified: grass/branches/releasebranch_7_0/raster/rasterintro.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/rasterintro.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/raster/rasterintro.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -144,9 +144,9 @@
 <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) 

Modified: grass/branches/releasebranch_7_0/vector/v.build/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.build/main.c	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/vector/v.build/main.c	2016-03-08 08:08:23 UTC (rev 68016)
@@ -58,7 +58,7 @@
     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",

Modified: grass/branches/releasebranch_7_0/vector/v.build/v.build.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.build/v.build.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/vector/v.build/v.build.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -47,7 +47,7 @@
 <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.
 

Modified: grass/branches/releasebranch_7_0/vector/v.clean/v.clean.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.clean/v.clean.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/vector/v.clean/v.clean.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -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>

Modified: grass/branches/releasebranch_7_0/vector/v.surf.bspline/v.surf.bspline.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.surf.bspline/v.surf.bspline.html	2016-03-08 08:06:33 UTC (rev 68015)
+++ grass/branches/releasebranch_7_0/vector/v.surf.bspline/v.surf.bspline.html	2016-03-08 08:08:23 UTC (rev 68016)
@@ -109,7 +109,7 @@
 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 



More information about the grass-commit mailing list