[GRASS-SVN] r72689 - in grass/trunk: gui/wxpython/iscatt imagery/i.fft lib/imagery locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 5 05:35:31 PDT 2018


Author: neteler
Date: 2018-05-05 05:35:31 -0700 (Sat, 05 May 2018)
New Revision: 72689

Modified:
   grass/trunk/gui/wxpython/iscatt/iscatt_core.py
   grass/trunk/imagery/i.fft/i.fft.html
   grass/trunk/lib/imagery/iscatt_core.c
   grass/trunk/locale/po/grasslibs_ar.po
   grass/trunk/locale/po/grasslibs_cs.po
   grass/trunk/locale/po/grasslibs_de.po
   grass/trunk/locale/po/grasslibs_el.po
   grass/trunk/locale/po/grasslibs_es.po
   grass/trunk/locale/po/grasslibs_fi.po
   grass/trunk/locale/po/grasslibs_fr.po
   grass/trunk/locale/po/grasslibs_id_ID.po
   grass/trunk/locale/po/grasslibs_it.po
   grass/trunk/locale/po/grasslibs_ja.po
   grass/trunk/locale/po/grasslibs_ko.po
   grass/trunk/locale/po/grasslibs_lv.po
   grass/trunk/locale/po/grasslibs_ml.po
   grass/trunk/locale/po/grasslibs_pl.po
   grass/trunk/locale/po/grasslibs_pt.po
   grass/trunk/locale/po/grasslibs_pt_BR.po
   grass/trunk/locale/po/grasslibs_ro.po
   grass/trunk/locale/po/grasslibs_ru.po
   grass/trunk/locale/po/grasslibs_si.po
   grass/trunk/locale/po/grasslibs_sl.po
   grass/trunk/locale/po/grasslibs_ta.po
   grass/trunk/locale/po/grasslibs_th.po
   grass/trunk/locale/po/grasslibs_tr.po
   grass/trunk/locale/po/grasslibs_uk.po
   grass/trunk/locale/po/grasslibs_vi.po
   grass/trunk/locale/po/grasslibs_zh.po
Log:
Fix a couple of spelling errors reported by lintian QA tool (thanks to Bas Couwenberg, fixes #3557)

Modified: grass/trunk/gui/wxpython/iscatt/iscatt_core.py
===================================================================
--- grass/trunk/gui/wxpython/iscatt/iscatt_core.py	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/gui/wxpython/iscatt/iscatt_core.py	2018-05-05 12:35:31 UTC (rev 72689)
@@ -426,7 +426,7 @@
 
 
 class ScattPlotsCondsData:
-    """Data structure for selected areas in scatter plot(condtions).
+    """Data structure for selected areas in scatter plot(conditions).
     """
 
     def __init__(self, an_data):

Modified: grass/trunk/imagery/i.fft/i.fft.html
===================================================================
--- grass/trunk/imagery/i.fft/i.fft.html	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/imagery/i.fft/i.fft.html	2018-05-05 12:35:31 UTC (rev 72689)
@@ -44,7 +44,7 @@
 for computing the Discrete Fourier Transform (DFT) in one or more
 dimensions, of both real and complex data, and of arbitrary input size.
 <li> John A. Richards, 1986. Remote Sensing Digital Image Analysis, Springer-Verlag.
-<li>Personal communication, between progam author and Ali R. Vali,
+<li>Personal communication, between program author and Ali R. Vali,
 Space Research Center, <A HREF="http://www.utexas.edu">University of Texas</a>, Austin, 1990.
 </ul>
 

Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/lib/imagery/iscatt_core.c	2018-05-05 12:35:31 UTC (rev 72689)
@@ -252,7 +252,7 @@
 
     f_cat_rast = fopen(cat_rast, "rb+");
     if (!f_cat_rast) {
-	G_warning(_("Unable to open category raster condtions file <%s>."),
+	G_warning(_("Unable to open category raster conditions file <%s>."),
 		  cat_rast);
 	return -1;
     }
@@ -541,7 +541,7 @@
 		}
 	    }
 
-	    /* check condtions defined in scatter plots */
+	    /* check conditions defined in scatter plots */
 	    for (i_scatt = 0; i_scatt < scatts_conds->n_a_scatts; i_scatt++) {
 		b_1_rast_row = bands_rows[scatts_bands[i_scatt * 2]];
 		b_2_rast_row = bands_rows[scatts_bands[i_scatt * 2 + 1]];

Modified: grass/trunk/locale/po/grasslibs_ar.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ar.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ar.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3499,7 +3499,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, fuzzy, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr "datum لم يمكن فتح ملف جدول : %s"
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_cs.po
===================================================================
--- grass/trunk/locale/po/grasslibs_cs.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_cs.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3434,7 +3434,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_de.po
===================================================================
--- grass/trunk/locale/po/grasslibs_de.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_de.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3451,7 +3451,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_el.po
===================================================================
--- grass/trunk/locale/po/grasslibs_el.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_el.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3443,7 +3443,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_es.po
===================================================================
--- grass/trunk/locale/po/grasslibs_es.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_es.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3737,7 +3737,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 "No ha sido posible abrir archivo de condiciones de categorías ráster <%s>."
 

Modified: grass/trunk/locale/po/grasslibs_fi.po
===================================================================
--- grass/trunk/locale/po/grasslibs_fi.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_fi.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3419,7 +3419,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_fr.po
===================================================================
--- grass/trunk/locale/po/grasslibs_fr.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_fr.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3729,7 +3729,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr "Impossible d'ouvrir le fichier <%s> de catégories du raster."
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_id_ID.po
===================================================================
--- grass/trunk/locale/po/grasslibs_id_ID.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_id_ID.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3420,7 +3420,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_it.po
===================================================================
--- grass/trunk/locale/po/grasslibs_it.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_it.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3552,7 +3552,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ja.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ja.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ja.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3428,7 +3428,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ko.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ko.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ko.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3419,7 +3419,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_lv.po
===================================================================
--- grass/trunk/locale/po/grasslibs_lv.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_lv.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3426,7 +3426,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ml.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ml.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ml.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3419,7 +3419,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_pl.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pl.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_pl.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3440,7 +3440,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_pt.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pt.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_pt.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3443,7 +3443,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_pt_BR.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pt_BR.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_pt_BR.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3423,7 +3423,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ro.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ro.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ro.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3423,7 +3423,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ru.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ru.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ru.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3429,7 +3429,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_si.po
===================================================================
--- grass/trunk/locale/po/grasslibs_si.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_si.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3419,7 +3419,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_sl.po
===================================================================
--- grass/trunk/locale/po/grasslibs_sl.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_sl.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3520,7 +3520,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, fuzzy, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr "Nezmožen odpreti datoteko s tabelo fundamentalne točke: %s"
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_ta.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ta.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_ta.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3420,7 +3420,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_th.po
===================================================================
--- grass/trunk/locale/po/grasslibs_th.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_th.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3420,7 +3420,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_tr.po
===================================================================
--- grass/trunk/locale/po/grasslibs_tr.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_tr.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3422,7 +3422,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_uk.po
===================================================================
--- grass/trunk/locale/po/grasslibs_uk.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_uk.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3420,7 +3420,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_vi.po
===================================================================
--- grass/trunk/locale/po/grasslibs_vi.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_vi.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3426,7 +3426,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263

Modified: grass/trunk/locale/po/grasslibs_zh.po
===================================================================
--- grass/trunk/locale/po/grasslibs_zh.po	2018-05-05 07:44:40 UTC (rev 72688)
+++ grass/trunk/locale/po/grasslibs_zh.po	2018-05-05 12:35:31 UTC (rev 72689)
@@ -3420,7 +3420,7 @@
 
 #: ../lib/imagery/iscatt_core.c:255
 #, c-format
-msgid "Unable to open category raster condtions file <%s>."
+msgid "Unable to open category raster conditions file <%s>."
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:263



More information about the grass-commit mailing list