Bläddra i källkod

Various typos (fixes https://trac.osgeo.org/grass/ticket/2882 Patch for various spelling errors (sebastic))

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67703 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 9 år sedan
förälder
incheckning
2b56d2452d
46 ändrade filer med 49 tillägg och 49 borttagningar
  1. 1 1
      general/g.proj/g.proj.html
  2. 1 1
      gui/wxpython/lmgr/frame.py
  3. 1 1
      imagery/i.landsat.acca/i.landsat.acca.html
  4. 1 1
      lib/gis/verbose.c
  5. 1 1
      lib/imagery/iclass_statistics.c
  6. 2 2
      lib/ogsf/gvld.c
  7. 1 1
      lib/python/gunittest/testsuite/test_assertions_vect.py
  8. 1 1
      lib/python/temporal/open_stds.py
  9. 3 3
      lib/python/temporal/temporal_algebra.py
  10. 1 1
      lib/raster/range.c
  11. 1 1
      locale/po/grassmods_ar.po
  12. 1 1
      locale/po/grassmods_cs.po
  13. 1 1
      locale/po/grassmods_de.po
  14. 1 1
      locale/po/grassmods_el.po
  15. 1 1
      locale/po/grassmods_es.po
  16. 1 1
      locale/po/grassmods_fi.po
  17. 1 1
      locale/po/grassmods_fr.po
  18. 1 1
      locale/po/grassmods_it.po
  19. 1 1
      locale/po/grassmods_ja.po
  20. 1 1
      locale/po/grassmods_ko.po
  21. 1 1
      locale/po/grassmods_lv.po
  22. 1 1
      locale/po/grassmods_pl.po
  23. 1 1
      locale/po/grassmods_pt.po
  24. 1 1
      locale/po/grassmods_pt_br.po
  25. 1 1
      locale/po/grassmods_ro.po
  26. 1 1
      locale/po/grassmods_ru.po
  27. 1 1
      locale/po/grassmods_sl.po
  28. 1 1
      locale/po/grassmods_th.po
  29. 1 1
      locale/po/grassmods_tr.po
  30. 1 1
      locale/po/grassmods_vi.po
  31. 1 1
      locale/po/grassmods_zh.po
  32. 1 1
      raster/r.mapcalc/map.c
  33. 1 1
      raster/r.mapcalc/map3.c
  34. 1 1
      raster/r.neighbors/main.c
  35. 1 1
      raster/r.proj/r.proj.html
  36. 1 1
      raster/r.resamp.stats/main.c
  37. 1 1
      raster/r.series/main.c
  38. 1 1
      raster/r.series/r.series.html
  39. 1 1
      raster/r.stream.extract/r.stream.extract.html
  40. 1 1
      raster/r.watershed/ram/init_vars.c
  41. 1 1
      raster3d/r3.in.ascii/r3.in.ascii.html
  42. 1 1
      raster3d/r3.neighbors/main.c
  43. 1 1
      scripts/r.in.aster/r.in.aster.html
  44. 1 1
      vector/v.rectify/v.rectify.html
  45. 1 1
      vector/v.transform/main.c
  46. 1 1
      vector/v.vect.stats/main.c

+ 1 - 1
general/g.proj/g.proj.html

@@ -137,7 +137,7 @@ cat proj4.description | g.proj -w proj4=-
 </pre></div>
 </pre></div>
 
 
 <p>Create a new location with the co-ordinate system referred to by EPSG code
 <p>Create a new location with the co-ordinate system referred to by EPSG code
-4326 (Latitude-Longitude/WGS84), without explicitly specifiying datum
+4326 (Latitude-Longitude/WGS84), without explicitly specifying datum
 transformation parameters:<br>
 transformation parameters:<br>
 
 
 <div class="code"><pre>
 <div class="code"><pre>

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -1583,7 +1583,7 @@ class GMFrame(wx.Frame):
         The parameters of all handlers which are associated with module
         The parameters of all handlers which are associated with module
         and contained in menu/toolboxes must be event and cmd.
         and contained in menu/toolboxes must be event and cmd.
         When called from menu event is always None and cmd is the
         When called from menu event is always None and cmd is the
-        associated command (list containing a module name and paremeters).
+        associated command (list containing a module name and parameters).
         
         
         .. todo::
         .. todo::
             This documentation is actually documentation of some
             This documentation is actually documentation of some

+ 1 - 1
imagery/i.landsat.acca/i.landsat.acca.html

@@ -23,7 +23,7 @@ useful for Landsat-4/5 TM.
 Run the standard ACCA algorithm with filling of small cloud holes
 Run the standard ACCA algorithm with filling of small cloud holes
 (the <b>-f</b> flag): With per-band reflectance raster maps
 (the <b>-f</b> flag): With per-band reflectance raster maps
 named <tt>226_62.toar.1, 226_62.toar.2, </tt> [...] and LANDSAT-7
 named <tt>226_62.toar.1, 226_62.toar.2, </tt> [...] and LANDSAT-7
-thermal band <tt>226_62.toar.61</tt>, outputing to a new raster map
+thermal band <tt>226_62.toar.61</tt>, outputting to a new raster map
 named <tt>226_62.acca</tt>:
 named <tt>226_62.acca</tt>:
 
 
 <div class="code"><pre>
 <div class="code"><pre>

+ 1 - 1
lib/gis/verbose.c

@@ -30,7 +30,7 @@
 #define MAXLEVEL 3
 #define MAXLEVEL 3
 /*! \brief Standard verbosity level */
 /*! \brief Standard verbosity level */
 #define STDLEVEL 2
 #define STDLEVEL 2
-/*! \brief Minumum verbosity level (quiet) */
+/*! \brief Minimum verbosity level (quiet) */
 #define MINLEVEL 0
 #define MINLEVEL 0
 
 
 static struct state {
 static struct state {

+ 1 - 1
lib/imagery/iclass_statistics.c

@@ -723,7 +723,7 @@ int I_iclass_statistics_get_product(IClass_statistics * statistics, int band1,
 
 
    \param statistics pointer to statistics structure
    \param statistics pointer to statistics structure
    \param band band index
    \param band band index
-   \param[out] min minumum value
+   \param[out] min minimum value
 
 
    \return 1 on success
    \return 1 on success
    \return 0 band index out of range
    \return 0 band index out of range

+ 2 - 2
lib/ogsf/gvld.c

@@ -240,7 +240,7 @@ int gvld_isosurf(geovol * gvl)
 	nz[i] = 0;
 	nz[i] = 0;
     }
     }
 
 
-    G_debug(5, "  intialize OK");
+    G_debug(5, "  initialize OK");
 
 
     for (z = 0; z < depths - 1; z++) {
     for (z = 0; z < depths - 1; z++) {
 	zc = z * zres;
 	zc = z * zres;
@@ -695,7 +695,7 @@ int gvld_wire_slices(geovol * gvl)
     for (i = 0; i < gvl->n_slices; i++) {
     for (i = 0; i < gvl->n_slices; i++) {
 	slice = gvl->slice[i];
 	slice = gvl->slice[i];
 
 
-	/* intialize correct coords */
+	/* initialize correct coords */
 	if (slice->dir == X) {
 	if (slice->dir == X) {
 	    resx = gvl->yres;
 	    resx = gvl->yres;
 	    resy = gvl->zres;
 	    resy = gvl->zres;

+ 1 - 1
lib/python/gunittest/testsuite/test_assertions_vect.py

@@ -48,7 +48,7 @@ V_UNIVAR_SCHOOLS_REGION = dict(
     bottom=0,
     bottom=0,
 )
 )
 
 
-# v.info schools -g and reduced to minumum
+# v.info schools -g and reduced to minimum
 V_UNIVAR_SCHOOLS_EXTENDED = dict(
 V_UNIVAR_SCHOOLS_EXTENDED = dict(
     name='schools',
     name='schools',
     level=2,
     level=2,

+ 1 - 1
lib/python/temporal/open_stds.py

@@ -25,7 +25,7 @@ from factory import *
 
 
 def open_old_stds(name, type, dbif=None):
 def open_old_stds(name, type, dbif=None):
     """This function opens an existing space time dataset and return the
     """This function opens an existing space time dataset and return the
-       created and intialized object of the specified type.
+       created and initialized object of the specified type.
 
 
        This function will call exit() or raise a
        This function will call exit() or raise a
        grass.pygrass.messages.FatalError in case the type is wrong,
        grass.pygrass.messages.FatalError in case the type is wrong,

+ 3 - 3
lib/python/temporal/temporal_algebra.py

@@ -2151,7 +2151,7 @@ class TemporalAlgebraParser(object):
         t[0] = t[1]
         t[0] = t[1]
 
 
     def p_expr_strds_function(self, t):
     def p_expr_strds_function(self, t):
-        # Specifiy a explicitely a space time raster dataset
+        # Explicitly specify a space time raster dataset
         # R = A : strds(B) 
         # R = A : strds(B) 
         """
         """
         expr : STRDS LPAREN stds RPAREN
         expr : STRDS LPAREN stds RPAREN
@@ -2164,7 +2164,7 @@ class TemporalAlgebraParser(object):
                 print "Opening STRDS: ",  t[0]
                 print "Opening STRDS: ",  t[0]
 
 
     def p_expr_str3ds_function(self, t):
     def p_expr_str3ds_function(self, t):
-        # Specifiy a explicitely a space time raster dataset
+        # Explicitly specify a space time raster dataset
         # R = A : str3ds(B) 
         # R = A : str3ds(B) 
         """
         """
         expr : STR3DS LPAREN stds RPAREN
         expr : STR3DS LPAREN stds RPAREN
@@ -2177,7 +2177,7 @@ class TemporalAlgebraParser(object):
                 print "Opening STR3DS: ",  t[0]
                 print "Opening STR3DS: ",  t[0]
 
 
     def p_expr_stvds_function(self, t):
     def p_expr_stvds_function(self, t):
-        # Specifiy a explicitely a space time vector dataset
+        # Explicitly specify a space time vector dataset
         # R = A : stvds(B) 
         # R = A : stvds(B) 
         """
         """
         expr : STVDS LPAREN stds RPAREN
         expr : STVDS LPAREN stds RPAREN

+ 1 - 1
lib/raster/range.c

@@ -542,7 +542,7 @@ void Rast_init_fp_range(struct FPRange *range)
 }
 }
 
 
 /*!
 /*!
- * \brief Get minumum and maximum value from fp range
+ * \brief Get minimum and maximum value from fp range
  *
  *
  * Extract the min/max from the range structure <i>range</i>.  If the
  * Extract the min/max from the range structure <i>range</i>.  If the
  * range structure has no defined min/max (first!=0) there will not be
  * range structure has no defined min/max (first!=0) there will not be

+ 1 - 1
locale/po/grassmods_ar.po

@@ -35656,7 +35656,7 @@ msgstr "[%s]لم يتم فتح ملف الخلية ل "
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "التوقيع ..."
 msgstr "التوقيع ..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_cs.po

@@ -36019,7 +36019,7 @@ msgstr "Nelze zacyklit řetězec ve sloupci: [%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Převádím prvky..."
 msgstr "Převádím prvky..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_de.po

@@ -36089,7 +36089,7 @@ msgstr "Kann Spalten-Zeichenkette [%s] nicht tokenisieren"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Transformiere Feature..."
 msgstr "Transformiere Feature..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_el.po

@@ -34271,7 +34271,7 @@ msgstr "Αδυναμία ανοίγματος του χάρτη raster <%s>"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Εγγραφή %s από %s..."
 msgstr "Εγγραφή %s από %s..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_es.po

@@ -36223,7 +36223,7 @@ msgstr "a"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Trasponiendo la matriz de valores propios..."
 msgstr "Trasponiendo la matriz de valores propios..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_fi.po

@@ -32835,7 +32835,7 @@ msgid "Unable to tokenize column string: [%s]"
 msgstr ""
 msgstr ""
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr ""
 msgstr ""
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_fr.po

@@ -37868,7 +37868,7 @@ msgstr "Impossible d'ouvrir le fichier de cellules pour [%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Rotation des données ... "
 msgstr "Rotation des données ... "
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_it.po

@@ -35500,7 +35500,7 @@ msgstr ""
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Trasformazione degli elementi in corso..."
 msgstr "Trasformazione degli elementi in corso..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_ja.po

@@ -35481,7 +35481,7 @@ msgstr "列の文字を分割できません: [%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "フィーチャーを変換中、、、"
 msgstr "フィーチャーを変換中、、、"
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_ko.po

@@ -34460,7 +34460,7 @@ msgstr "출력할 격자지도"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "출력할 격자지도"
 msgstr "출력할 격자지도"
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_lv.po

@@ -35454,7 +35454,7 @@ msgstr "Neiespējami atvērt šūnu failu[%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Drukā ... "
 msgstr "Drukā ... "
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_pl.po

@@ -35570,7 +35570,7 @@ msgstr "Nie mozna otworzyć pliku wejściowego <%s@%s>."
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Wczytywanie danych..."
 msgstr "Wczytywanie danych..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_pt.po

@@ -36575,7 +36575,7 @@ msgstr "N
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Rotacionando dados ... "
 msgstr "Rotacionando dados ... "
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_pt_br.po

@@ -36496,7 +36496,7 @@ msgstr "N
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Rotacionando dados ... "
 msgstr "Rotacionando dados ... "
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_ro.po

@@ -33404,7 +33404,7 @@ msgid "Unable to tokenize column string: [%s]"
 msgstr ""
 msgstr ""
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr ""
 msgstr ""
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_ru.po

@@ -36142,7 +36142,7 @@ msgstr "Невозможно разбить строку %s"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Трансформирование объектов..."
 msgstr "Трансформирование объектов..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_sl.po

@@ -35923,7 +35923,7 @@ msgstr "Ne morem odpreti cellfile za [%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Ri¹em ..."
 msgstr "Ri¹em ..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_th.po

@@ -35760,7 +35760,7 @@ msgstr "ไม่สามารถ  tokenize Column string: %s"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "กำลังอ่านข้อมูล ..."
 msgstr "กำลังอ่านข้อมูล ..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_tr.po

@@ -35113,7 +35113,7 @@ msgstr "<%s> sütunu kullanılamıyor"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Veri okunuyor..."
 msgstr "Veri okunuyor..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_vi.po

@@ -36149,7 +36149,7 @@ msgstr "Không thể thẻ hoá chuỗi cột: [%s]"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "Đang chuyển đổi các đối tượng..."
 msgstr "Đang chuyển đổi các đối tượng..."
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
locale/po/grassmods_zh.po

@@ -35841,7 +35841,7 @@ msgstr "无法打开输出文件 <%s>"
 
 
 #: ../vector/v.transform/main.c:277
 #: ../vector/v.transform/main.c:277
 #, fuzzy
 #, fuzzy
-msgid "Tranforming features..."
+msgid "Transforming features..."
 msgstr "读取地图"
 msgstr "读取地图"
 
 
 #: ../vector/v.transform/main.c:290
 #: ../vector/v.transform/main.c:290

+ 1 - 1
raster/r.mapcalc/map.c

@@ -309,7 +309,7 @@ static void translate_from_colors(struct map *m, DCELL *rast, CELL *cell,
  * to compute the key and the index
  * to compute the key and the index
  *
  *
  * This uses the BTREE library to manage the tree itself
  * This uses the BTREE library to manage the tree itself
- * btree structure must already be intialized
+ * btree structure must already be initialized
  * pcats structure must already contain category labels
  * pcats structure must already contain category labels
  */
  */
 
 

+ 1 - 1
raster/r.mapcalc/map3.c

@@ -257,7 +257,7 @@ static void translate_from_colors(map * m, DCELL * rast, CELL * cell,
  * to compute the key and the index
  * to compute the key and the index
  *
  *
  * This uses the BTREE library to manage the tree itself
  * This uses the BTREE library to manage the tree itself
- * btree structure must already be intialized
+ * btree structure must already be initialized
  * pcats structure must already contain category labels
  * pcats structure must already contain category labels
  */
  */
 
 

+ 1 - 1
raster/r.neighbors/main.c

@@ -56,7 +56,7 @@ enum out_type {
 static struct menu menu[] = {
 static struct menu menu[] = {
     {c_ave, w_ave, NO_CATS, 1, 1, T_FLOAT, "average", "average value"},
     {c_ave, w_ave, NO_CATS, 1, 1, T_FLOAT, "average", "average value"},
     {c_median, w_median, NO_CATS, 1, 0, T_FLOAT, "median", "median value"},
     {c_median, w_median, NO_CATS, 1, 0, T_FLOAT, "median", "median value"},
-    {c_mode, w_mode, NO_CATS, 1, 0, T_COPY, "mode", "most frequently occuring value"},
+    {c_mode, w_mode, NO_CATS, 1, 0, T_COPY, "mode", "most frequently occurring value"},
     {c_min, NULL, NO_CATS, 1, 0, T_COPY, "minimum", "lowest value"},
     {c_min, NULL, NO_CATS, 1, 0, T_COPY, "minimum", "lowest value"},
     {c_max, NULL, NO_CATS, 1, 0, T_COPY, "maximum", "highest value"},
     {c_max, NULL, NO_CATS, 1, 0, T_COPY, "maximum", "highest value"},
     {c_range, NULL, NO_CATS, 1, 0, T_COPY, "range", "range value"},
     {c_range, NULL, NO_CATS, 1, 0, T_COPY, "range", "range value"},

+ 1 - 1
raster/r.proj/r.proj.html

@@ -316,6 +316,6 @@ The 'gdalwarp' and 'gdal_translate' utilities are available from the
 Martin Schroeder, University of Heidelberg, Germany<br>
 Martin Schroeder, University of Heidelberg, Germany<br>
 Man page text from S.J.D. Cox, AGCRC, CSIRO Exploration &amp; Mining, Nedlands, WA<br>
 Man page text from S.J.D. Cox, AGCRC, CSIRO Exploration &amp; Mining, Nedlands, WA<br>
 Updated by <a href="mailto:morten@untamo.net">Morten Hulden</a><br>
 Updated by <a href="mailto:morten@untamo.net">Morten Hulden</a><br>
-Datum tranformation support and cleanup by Paul Kelly
+Datum transformation support and cleanup by Paul Kelly
 
 
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>

+ 1 - 1
raster/r.resamp.stats/main.c

@@ -30,7 +30,7 @@ static const struct menu
 } menu[] = {
 } menu[] = {
     {c_ave,    w_ave,    "average",  "average (mean) value"},
     {c_ave,    w_ave,    "average",  "average (mean) value"},
     {c_median, w_median, "median",   "median value"},
     {c_median, w_median, "median",   "median value"},
-    {c_mode,   w_mode,   "mode",     "most frequently occuring value"},
+    {c_mode,   w_mode,   "mode",     "most frequently occurring value"},
     {c_min,    w_min,    "minimum",  "lowest value"},
     {c_min,    w_min,    "minimum",  "lowest value"},
     {c_max,    w_max,    "maximum",  "highest value"},
     {c_max,    w_max,    "maximum",  "highest value"},
     {c_quart1, w_quart1, "quart1",   "first quartile"},
     {c_quart1, w_quart1, "quart1",   "first quartile"},

+ 1 - 1
raster/r.series/main.c

@@ -32,7 +32,7 @@ struct menu
     {c_ave,    0, "average",    "average value"},
     {c_ave,    0, "average",    "average value"},
     {c_count,  1, "count",      "count of non-NULL cells"},
     {c_count,  1, "count",      "count of non-NULL cells"},
     {c_median, 0, "median",     "median value"},
     {c_median, 0, "median",     "median value"},
-    {c_mode,   0, "mode",       "most frequently occuring value"},
+    {c_mode,   0, "mode",       "most frequently occurring value"},
     {c_min,    0, "minimum",    "lowest value"},
     {c_min,    0, "minimum",    "lowest value"},
     {c_minx,   1, "min_raster", "raster with lowest value"},
     {c_minx,   1, "min_raster", "raster with lowest value"},
     {c_max,    0, "maximum",    "highest value"},
     {c_max,    0, "maximum",    "highest value"},

+ 1 - 1
raster/r.series/r.series.html

@@ -9,7 +9,7 @@ Following methods are available:
  <li>average: average value
  <li>average: average value
  <li>count: count of non-NULL cells
  <li>count: count of non-NULL cells
  <li>median: median value
  <li>median: median value
- <li>mode: most frequently occuring value
+ <li>mode: most frequently occurring value
  <li>minimum: lowest value
  <li>minimum: lowest value
  <li>maximum: highest value
  <li>maximum: highest value
  <li>range: range of values (max - min)
  <li>range: range of values (max - min)

+ 1 - 1
raster/r.stream.extract/r.stream.extract.html

@@ -25,7 +25,7 @@ recommended to use internally computed flow accumulation if a
 depression map is provided.
 depression map is provided.
 
 
 <p>
 <p>
-Option <b>threshold</b> defines the minumum (optionally modifed) flow
+Option <b>threshold</b> defines the minimum (optionally modifed) flow
 accumulation value that will initiate a new stream. If Montgomery's
 accumulation value that will initiate a new stream. If Montgomery's
 method for channel initiation is used, the cell value of the
 method for channel initiation is used, the cell value of the
 accumulation input map is multiplied by <tt>(tan(local
 accumulation input map is multiplied by <tt>(tan(local

+ 1 - 1
raster/r.watershed/ram/init_vars.c

@@ -186,7 +186,7 @@ int init_vars(int argc, char *argv[])
 	ele_scale = 10000;
 	ele_scale = 10000;
 
 
     /* read elevation input and mark NULL/masked cells */
     /* read elevation input and mark NULL/masked cells */
-    /* intialize accumulation and drainage direction */
+    /* initialize accumulation and drainage direction */
     MASK_flag = 0;
     MASK_flag = 0;
     do_points = nrows * ncols;
     do_points = nrows * ncols;
     for (r = 0; r < nrows; r++) {
     for (r = 0; r < nrows; r++) {

+ 1 - 1
raster3d/r3.in.ascii/r3.in.ascii.html

@@ -46,7 +46,7 @@ The version and order option have been introduced in GRASS 7 in June 2011.
 The version option is self explaining. The order option specifies the row
 The version option is self explaining. The order option specifies the row
 and depth order of the data in the input file.
 and depth order of the data in the input file.
 The supported row/depth ordering is documented in the <em>r3.out.ascii</em>
 The supported row/depth ordering is documented in the <em>r3.out.ascii</em>
-manual page. The order of the data in the input file does not specifiy the
+manual page. The order of the data in the input file does not specify the
 data order in the generated output 3D raster map which is in any case 
 data order in the generated output 3D raster map which is in any case 
 <em>north -> south, west -> east, bottom -> top</em> order.
 <em>north -> south, west -> east, bottom -> top</em> order.
 So dependent on the order information the data is automatically imported
 So dependent on the order information the data is automatically imported

+ 1 - 1
raster3d/r3.neighbors/main.c

@@ -42,7 +42,7 @@ struct menu
     {
     {
     c_ave, "average", "average value"}, {
     c_ave, "average", "average value"}, {
     c_median, "median", "median value"}, {
     c_median, "median", "median value"}, {
-    c_mode, "mode", "most frequently occuring value"}, {
+    c_mode, "mode", "most frequently occurring value"}, {
     c_min, "minimum", "lowest value"}, {
     c_min, "minimum", "lowest value"}, {
     c_max, "maximum", "highest value"}, {
     c_max, "maximum", "highest value"}, {
     c_range, "range", "range value"}, {
     c_range, "range", "range value"}, {

+ 1 - 1
scripts/r.in.aster/r.in.aster.html

@@ -7,7 +7,7 @@ from g.proj. It can import Level 1A, Level 1B, and relative DEM products.
   line. In either case, the user must specify an <b>input</b> *.hdf file name, 
   line. In either case, the user must specify an <b>input</b> *.hdf file name, 
   the <b>type</b> of processing used, the image <b>band</b> to import, and an 
   the <b>type</b> of processing used, the image <b>band</b> to import, and an 
   <b>output</b> GRASS raster map name. 
   <b>output</b> GRASS raster map name. 
-<p>The <b>type</b> paremeter can take values of L1A, L1B, or DEM. 
+<p>The <b>type</b> parameter can take values of L1A, L1B, or DEM. 
 <p>The <b>band</b> parameter can take values of 1, 2, 3n, 3b, 4-14
 <p>The <b>band</b> parameter can take values of 1, 2, 3n, 3b, 4-14
 
 
 
 

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

@@ -9,7 +9,7 @@ system than before it was rectified).
 <p>
 <p>
 The <em>-o</em> flag enforces orthogonal rotation (currently for 3D only) 
 The <em>-o</em> flag enforces orthogonal rotation (currently for 3D only) 
 where the axes remain orthogonal to each other, e.g. a cube with right 
 where the axes remain orthogonal to each other, e.g. a cube with right 
-angles remains a cube with right angles after tranformation. This is not 
+angles remains a cube with right angles after transformation. This is not 
 guaranteed even with affine (1<sup>st</sup> order) 3D transformation.
 guaranteed even with affine (1<sup>st</sup> order) 3D transformation.
 
 
 <p>
 <p>

+ 1 - 1
vector/v.transform/main.c

@@ -274,7 +274,7 @@ int main(int argc, char *argv[])
 	ztozero = 0;
 	ztozero = 0;
 
 
     /* do the transformation */
     /* do the transformation */
-    G_important_message(_("Tranforming features..."));
+    G_important_message(_("Transforming features..."));
     transform_digit_file(&Old, &New,
     transform_digit_file(&Old, &New,
 			 ztozero, swap_flag->answer, trans_params,
 			 ztozero, swap_flag->answer, trans_params,
 			 columns_name, field);
 			 columns_name, field);

+ 1 - 1
vector/v.vect.stats/main.c

@@ -39,7 +39,7 @@ static struct menu menu[] = {
     {c_sum, 0, "sum", "sum of values"},
     {c_sum, 0, "sum", "sum of values"},
     {c_ave, 1, "average", "average value"},
     {c_ave, 1, "average", "average value"},
     {c_median, 0, "median", "median value"},
     {c_median, 0, "median", "median value"},
-    {c_mode, 0, "mode", "most frequently occuring value"},
+    {c_mode, 0, "mode", "most frequently occurring value"},
     {c_min, 0, "minimum", "lowest value"},
     {c_min, 0, "minimum", "lowest value"},
     {c_minx, 0, "min_cat", "category number of lowest value"},
     {c_minx, 0, "min_cat", "category number of lowest value"},
     {c_max, 0, "maximum", "highest value"},
     {c_max, 0, "maximum", "highest value"},