[GRASS-SVN] r65576 - in grass/branches/releasebranch_7_0: doc gui/wxpython/docs gui/wxpython/lmgr gui/wxpython/rlisetup gui/wxpython/vdigit gui/wxpython/web_services imagery/i.atcorr imagery/i.segment include/iostream lib/ogsf lib/python/pygrass lib/python/pygrass/raster lib/python/pygrass/vector locale/po mswindows raster/r.distance raster/r.li/r.li.daemon raster/r.neighbors raster/r.null raster/r.relief temporal/t.rast.accdetect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 11 07:04:13 PDT 2015


Author: neteler
Date: 2015-07-11 07:04:13 -0700 (Sat, 11 Jul 2015)
New Revision: 65576

Modified:
   grass/branches/releasebranch_7_0/doc/parms_flags.txt
   grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.nviz.html
   grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
   grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/wizard.py
   grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html
   grass/branches/releasebranch_7_0/gui/wxpython/web_services/widgets.py
   grass/branches/releasebranch_7_0/imagery/i.atcorr/6s.cpp
   grass/branches/releasebranch_7_0/imagery/i.segment/create_isegs.c
   grass/branches/releasebranch_7_0/include/iostream/empq_impl.h
   grass/branches/releasebranch_7_0/lib/ogsf/gs2.c
   grass/branches/releasebranch_7_0/lib/python/pygrass/raster/category.py
   grass/branches/releasebranch_7_0/lib/python/pygrass/utils.py
   grass/branches/releasebranch_7_0/lib/python/pygrass/vector/geometry.py
   grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po
   grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
   grass/branches/releasebranch_7_0/raster/r.distance/defs.h
   grass/branches/releasebranch_7_0/raster/r.li/r.li.daemon/daemon.h
   grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
   grass/branches/releasebranch_7_0/raster/r.null/r.null.html
   grass/branches/releasebranch_7_0/raster/r.relief/r.relief.html
   grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.html
Log:
various typo fixes, found by the Debian lintian QA tool (trunk, r65575)

Modified: grass/branches/releasebranch_7_0/doc/parms_flags.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/parms_flags.txt	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/doc/parms_flags.txt	2015-07-11 14:04:13 UTC (rev 65576)
@@ -64,7 +64,7 @@
 Export:
 *  input=name file=name for all raster, sites and vector modules
 *  export modules should *all* have an output= parameter, however they
-   should allow to specify "-" to write to stdout (for unix piping)
+   should allow specifying "-" to write to stdout (for unix piping)
 
 -> file is external file. Should be read from current directory, not
    within mapset!

Modified: grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.nviz.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.nviz.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.nviz.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -296,7 +296,7 @@
 
 <h4>Cutting planes</h4>
 
-Cutting planes allow to cut surfaces along a plane. You can switch 
+Cutting planes allow cutting surfaces along a plane. You can switch 
 between six planes; to disable cutting planes switch to <em>None</em>.
 Initially the plane is vertical, you can change it to horizontal by
 setting <em>tilt</em> 90 degrees. The <em>X</em> and <em>Y</em> values

Modified: grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -1007,7 +1007,7 @@
             # can be relaxed in future
             # but keep it strict unless needed otherwise
             raise ValueError("OnChangeCWD cmd parameter must be list of"
-                             " lenght 1 or 2 and 'cd' as a first item")
+                             " length 1 or 2 and 'cd' as a first item")
         if cmd and len(cmd) > 2:
             # this might be a user error
             write_beginning(command=cmd)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/wizard.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/wizard.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/wizard.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -671,9 +671,9 @@
         self.sizer.Add(item=self.RowUpLefttxt, border=5, pos=(2, 2),
                        flag=wx.ALIGN_LEFT | wx.ALIGN_CENTER_VERTICAL | wx.ALL)
 
-        #row lenght
+        #row length
         self.RowLenlabel = wx.StaticText(parent=self, id=wx.ID_ANY,
-                                         label=_('Row lenght of sampling frame'))
+                                         label=_('Row length of sampling frame'))
 
         self.RowLentxt = wx.TextCtrl(parent=self, id=wx.ID_ANY, size=(250, -1))
         wx.CallAfter(self.RowLenlabel.SetFocus)
@@ -683,9 +683,9 @@
         self.sizer.Add(item=self.RowLentxt, border=5, pos=(3, 2),
                        flag=wx.ALIGN_LEFT | wx.ALIGN_CENTER_VERTICAL | wx.ALL)
 
-        #column lenght
+        #column length
         self.ColLenlabel = wx.StaticText(parent=self, id=wx.ID_ANY,
-                                         label=_('Row lenght of sampling frame'))
+                                         label=_('Row length of sampling frame'))
 
         self.ColLentxt = wx.TextCtrl(parent=self, id=wx.ID_ANY, size=(250, -1))
         wx.CallAfter(self.ColLenlabel.SetFocus)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -43,7 +43,7 @@
 selecting "New vector map" in "Select vector map"
 combobox. A new vector map is created, added to the current layer tree
 in Layer Manager and opened for editing. "Select vector map"
-combobox in the digitizer toolbar also allows to easily switch between
+combobox in the digitizer toolbar also allows easily switching between
 vector maps to be edited.
 
 <h3>EDITING AN EXISTING VECTOR MAP</h3>

Modified: grass/branches/releasebranch_7_0/gui/wxpython/web_services/widgets.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/web_services/widgets.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/gui/wxpython/web_services/widgets.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -964,7 +964,7 @@
         return sel_layers_dict
 
     def OnListSelChanging(self, event):
-        """Do not allow to select items, which cannot be requested from server.
+        """Do not allow selecting items, which cannot be requested from server.
         """
         def _emitSelected(layer):
             title = layer.GetLayerData('title')

Modified: grass/branches/releasebranch_7_0/imagery/i.atcorr/6s.cpp
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.atcorr/6s.cpp	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/imagery/i.atcorr/6s.cpp	2015-07-11 14:04:13 UTC (rev 65576)
@@ -75,7 +75,7 @@
     iwave = IWave::Parse();
    
     /**********************************************************************c
-	c here, we first compute an equivalent wavelenght which is the input   c
+	c here, we first compute an equivalent wavelength which is the input   c
 	c value for monochromatic conditions or the integrated value for a     c
 	c filter function (call equivwl) then, the atmospheric properties are  c
 	c computed for that wavelength (call discom then call specinterp)      c

Modified: grass/branches/releasebranch_7_0/imagery/i.segment/create_isegs.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.segment/create_isegs.c	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/imagery/i.segment/create_isegs.c	2015-07-11 14:04:13 UTC (rev 65576)
@@ -945,7 +945,7 @@
      Wb is the weigh given to band B
      SigmaB is the std dev of the object for band b
      Ws is a user-defined weight giving the importance of compactedness vs smoothness
-     PL is the perimeter lenght of the object
+     PL is the perimeter length of the object
      Npx the number of pixels within the object
      Pbbox the perimeter of the bounding box of the object.
      */

Modified: grass/branches/releasebranch_7_0/include/iostream/empq_impl.h
===================================================================
--- grass/branches/releasebranch_7_0/include/iostream/empq_impl.h	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/include/iostream/empq_impl.h	2015-07-11 14:04:13 UTC (rev 65576)
@@ -556,7 +556,7 @@
 //return the total nb of elements in the structure 
 template<class T, class Key>
 unsigned long em_pqueue<T,Key>::size() {
-  //sum up the lenghts(nb of elements) of the external buffers 
+  //sum up the lengths(nb of elements) of the external buffers 
   unsigned long elen = 0;
   for (unsigned short i=0; i < crt_buf; i++) {
     elen += buff[i]->get_buf_len();
@@ -1538,7 +1538,7 @@
 //************************************************************/
 template<class T, class Key>
 void em_pqueue<T,Key>::print_size() {
-  //sum up the lenghts(nb of elements) of the external buffers 
+  //sum up the lengths(nb of elements) of the external buffers 
   long elen = 0;
   cout << "EMPQ: pq=" << pq->size() <<",B0=" << buff_0->get_buf_len() << endl;
   cout.flush();

Modified: grass/branches/releasebranch_7_0/lib/ogsf/gs2.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/ogsf/gs2.c	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/lib/ogsf/gs2.c	2015-07-11 14:04:13 UTC (rev 65576)
@@ -1711,7 +1711,7 @@
 	tbuff = gs_get_att_typbuff(gs, att, 1);
 
 	/* TODO: Provide mechanism for loading certain attributes at
-	   specified sizes, allow to scale or cap, or scale non-zero */
+	   specified sizes, allow scaling or capping, or scale non-zero */
 	if (ATT_MASK == att) {
 	    atty = ATTY_MASK;
 	}
@@ -3343,7 +3343,7 @@
 /*!
    \brief Init viewpoint
 
-   \todo allow to set center?
+   \todo allow setting center?
  */
 void GS_init_view(void)
 {

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/raster/category.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/raster/category.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/raster/category.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -311,7 +311,7 @@
                 elif len(cat) == 3:
                     label, min_cat, max_cat = cat
                 else:
-                    raise TypeError("Row lenght is greater than 3")
+                    raise TypeError("Row length is greater than 3")
                 #import pdb; pdb.set_trace()
                 self.append((label, min_cat, max_cat))
 

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/utils.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/utils.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/utils.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -302,7 +302,7 @@
         sys.path.append(path)
 
 
-def split_in_chunk(iterable, lenght=10):
+def split_in_chunk(iterable, length=10):
     """Split a list in chunk.
 
     >>> for chunk in split_in_chunk(range(25)): print chunk
@@ -322,7 +322,7 @@
     """
     it = iter(iterable)
     while True:
-        chunk = tuple(itertools.islice(it, lenght))
+        chunk = tuple(itertools.islice(it, length))
         if not chunk:
             return
         yield chunk

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/vector/geometry.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/vector/geometry.py	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/vector/geometry.py	2015-07-11 14:04:13 UTC (rev 65576)
@@ -617,7 +617,7 @@
             >>> line.get_pnt(5)      #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
             Traceback (most recent call last):
                 ...
-            ValueError: The distance exceed the lenght of the line,
+            ValueError: The distance exceed the length of the line,
             that is: 1.414214
             >>> line.get_pnt(1)
             Point(0.707107, 0.707107)
@@ -627,7 +627,7 @@
         # instantiate an empty Point object
         maxdist = self.length()
         if distance > maxdist:
-            str_err = "The distance exceed the lenght of the line, that is: %f"
+            str_err = "The distance exceed the length of the line, that is: %f"
             raise ValueError(str_err % maxdist)
         pnt = Point(0, 0, -9999)
         if not libvect.Vect_point_on_line(self.c_points, distance,

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -37836,7 +37836,7 @@
 #, fuzzy
 msgid "For coor valid point/centroid, for length valid line/boundary"
 msgstr ""
-"Tipo dos elementos (coor para ponto/centróide válido, lenght para linha/"
+"Tipo dos elementos (coor para ponto/centróide válido, length para linha/"
 "contorno válido)"
 
 #: ../vector/v.to.db/parse.c:54

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -17611,7 +17611,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:751

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4006,7 +4006,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3841,7 +3841,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4064,7 +4064,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3778,7 +3778,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr "Nombre de lignes du cadre d'échantillonage"
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4142,7 +4142,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3887,7 +3887,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4028,7 +4028,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3746,7 +3746,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3768,7 +3768,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3951,7 +3951,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3938,7 +3938,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4137,7 +4137,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4271,7 +4271,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4018,7 +4018,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4111,7 +4111,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3949,7 +3949,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4103,7 +4103,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -4097,7 +4097,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po	2015-07-11 14:04:13 UTC (rev 65576)
@@ -3944,7 +3944,7 @@
 
 #: ../gui/wxpython/rlisetup/wizard.py:676
 #: ../gui/wxpython/rlisetup/wizard.py:688
-msgid "Row lenght of sampling frame"
+msgid "Row length of sampling frame"
 msgstr "取样框架行长度"
 
 #: ../gui/wxpython/rlisetup/wizard.py:802

Modified: grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-07-11 14:04:13 UTC (rev 65576)
@@ -317,8 +317,8 @@
 
 ;Function CheckInstDir
 ;	Var /GLOBAL INSTDIR_TEST
-;	Var /GLOBAL INSTDIR_LENGHT	
-;	Var /GLOBAL INSTDIR_TEST_LENGHT
+;	Var /GLOBAL INSTDIR_LENGTH	
+;	Var /GLOBAL INSTDIR_TEST_LENGTH
 ;	Var /GLOBAL MESSAGE_CHKINST_
 ;	
 ;	StrCpy $MESSAGE_CHKINST_ "WARNING: you are about to install GRASS into a directory that has spaces$\r$\n"
@@ -330,10 +330,10 @@
 ;	
 ;	${StrReplace} "$INSTDIR_TEST" " " "" "$INSTDIR"
 ;	
-;	StrLen $INSTDIR_LENGHT "$INSTDIR"
-;	StrLen $INSTDIR_TEST_LENGHT "$INSTDIR_TEST"
+;	StrLen $INSTDIR_LENGTH "$INSTDIR"
+;	StrLen $INSTDIR_TEST_LENGTH "$INSTDIR_TEST"
 ;	
-;	${If} $INSTDIR_TEST_LENGHT < $INSTDIR_LENGHT	
+;	${If} $INSTDIR_TEST_LENGTH < $INSTDIR_LENGTH	
 ;		MessageBox MB_OK|MB_ICONEXCLAMATION "$MESSAGE_CHKINST_"
 ;	${EndIf}
 ;	

Modified: grass/branches/releasebranch_7_0/raster/r.distance/defs.h
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.distance/defs.h	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/raster/r.distance/defs.h	2015-07-11 14:04:13 UTC (rev 65576)
@@ -30,7 +30,7 @@
 	CELL cat;		/* category number */
 	int *row, *col;		/* arrays of pixels indexes */
 	int ncells;		/* count of edges cells with this cat */
-	int nalloc;		/* lenght of allocation for row,col */
+	int nalloc;		/* length of allocation for row,col */
     } *catlist;			/* array of cat:edgelists */
     int ncats;			/* number of cats */
     int nalloc;			/* length of allocation for catlist */

Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.daemon/daemon.h
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.daemon/daemon.h	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.daemon/daemon.h	2015-07-11 14:04:13 UTC (rev 65576)
@@ -223,8 +223,8 @@
   * \brief adapts the mask at current raster file
   * \param mask name of mask raster file
   * \param raster the name of current raster file
-  * \param rl the lenght in rows of sample area
-  * \param cl the lenght in cols of sample area
+  * \param rl the length in rows of sample area
+  * \param cl the length in cols of sample area
   * \return the name of mask raster file to use
   */
 char *mask_preprocessing(char *mask, char *raster, struct area_entry *ad);

Modified: grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -159,7 +159,7 @@
 <em>Neighborhood Size:</em>
 The neighborhood <b>size</b> specifies which cells surrounding any given
 cell fall into the neighborhood for that cell.
-The <b>size</b> must be an odd integer and represent the lenght of one of
+The <b>size</b> must be an odd integer and represent the length of one of
 moving window edges in cells.
 For example, a size value of 3 will result in
 <div class="code"><pre>

Modified: grass/branches/releasebranch_7_0/raster/r.null/r.null.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.null/r.null.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/raster/r.null/r.null.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -36,7 +36,7 @@
 <p><em>r.null</em> and reclassified maps:<br>
 The problem is, if r.null was run on the reclass raster it would alter the
 original and any other reclass rasters of the original.  Therefore r.null 
-doesn't allow to recode reclassified maps (products of r.reclass).
+doesn't allow recoding reclassified maps (products of r.reclass).
 <br>
 So, the way to recode such a map is: The user makes a raster out of the
 reclass that isn't a reclass by copying it:<br>

Modified: grass/branches/releasebranch_7_0/raster/r.relief/r.relief.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.relief/r.relief.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/raster/r.relief/r.relief.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -85,7 +85,7 @@
 
 <h3>Exporting shaded relief maps to GeoTIFF</h3>
 
-The data range of shaded relief maps usually does not permit to export the
+The data range of shaded relief maps usually does not permit exporting the
 map to GeoTIFF format along with its associated color table due to limitations
 in the GeoTIFF format.
 <p>

Modified: grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.html	2015-07-11 14:01:46 UTC (rev 65575)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.accdetect/t.rast.accdetect.html	2015-07-11 14:04:13 UTC (rev 65576)
@@ -24,7 +24,7 @@
 process can be set, either by using space time raster datasets or 
 by using fixed values for all raster cells and time steps. 
 <p>
-Using space time raster datasets allow to specify minimum and maximum 
+Using space time raster datasets allow specifying minimum and maximum 
 values for each raster cell and each time step. For example, we want to 
 detect the germination (minimum value) and harvesting (maximum value) 
 dates for different crops in Germany using the growing-degree-day (GDD) 



More information about the grass-commit mailing list