[grass] 04/05: Update parameter typo patch.

Bas Couwenberg sebastic at xs4all.nl
Sat Jan 24 02:36:55 UTC 2015


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

sebastic-guest pushed a commit to branch experimental
in repository grass.

commit 5349ee4f4bdea5f0ed13f23139dd4bde8afa1474
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jan 24 03:28:07 2015 +0100

    Update parameter typo patch.
---
 debian/patches/parameter-typo.patch | 79 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 78 insertions(+), 1 deletion(-)

diff --git a/debian/patches/parameter-typo.patch b/debian/patches/parameter-typo.patch
index 4c61e0c..e7413f8 100644
--- a/debian/patches/parameter-typo.patch
+++ b/debian/patches/parameter-typo.patch
@@ -1,4 +1,4 @@
-Description: Fix 'paramter' typo, replace with 'parameter'.
+Description: Fix 'paramter' & 'paramater' typos, replace with 'parameter'.
 Author: Bas Couwenberg <sebastic at xs4all.nl>
 
 --- a/imagery/i.eb.eta/i.eb.eta.html
@@ -67,3 +67,80 @@ Author: Bas Couwenberg <sebastic at xs4all.nl>
          #                                                            raster{*, equal, |}, vector {|, starts, &},
          #                                                            hash{#, during, l} or relation {during}.
      
+--- a/gui/wxpython/lmgr/frame.py
++++ b/gui/wxpython/lmgr/frame.py
+@@ -754,7 +754,7 @@ class GMFrame(wx.Frame):
+         except:
+             layer = None
+ 
+-        if layer and len(cmdlist) == 1: # only if no paramaters given
++        if layer and len(cmdlist) == 1: # only if no parameters given
+             if (type == 'raster' and cmdlist[0][0] == 'r' and cmdlist[0][1] != '3') or \
+                     (type == 'vector' and cmdlist[0][0] == 'v'):
+                 input = GUI().GetCommandInputMapParamKey(cmdlist[0])
+--- a/lib/gmath/la.c
++++ b/lib/gmath/la.c
+@@ -98,7 +98,7 @@ int G_matrix_zero(mat_struct * A)
+ /*!
+  * \fn int G_matrix_set(mat_struct *A, int rows, int cols, int ldim)
+  *
+- * \brief Set paramaters for an initialized matrix
++ * \brief Set parameters for an initialized matrix
+  *
+  * Set parameters for matrix <b>A</b> that is allocated,
+  * but not yet fully initialized.  Is an alternative to G_matrix_init().
+--- a/lib/init/grass7.html
++++ b/lib/init/grass7.html
+@@ -243,7 +243,7 @@ examples bellow) otherwise taken from th
+ 
+ <dt><b>grass70 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
+ <dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
+-    East North - SJTSK) with datum transformation paramaters used in
++    East North - SJTSK) with datum transformation parameters used in
+     Czech Republic in the specified GISDBASE
+ 
+ <dt><b>grass70 -c myvector.shp $HOME/grassdata/mylocation</b>
+--- a/lib/python/pygrass/vector/table.py
++++ b/lib/python/pygrass/vector/table.py
+@@ -1090,7 +1090,7 @@ class Table(object):
+         """Insert a new row
+ 
+         :param values: a tuple of values to insert, it is possible to insert
+-                       more rows using a list of tuple and paramater `many`
++                       more rows using a list of tuple and parameter `many`
+         :type values: tuple
+         :param cursor: the cursor to connect, if None it use the cursor
+                        of connection table object
+--- a/lib/python/script/task.py
++++ b/lib/python/script/task.py
+@@ -245,7 +245,7 @@ class grassTask:
+         return {'flags': self.flags, 'params': self.params}
+ 
+     def has_required(self):
+-        """Check if command has at least one required paramater
++        """Check if command has at least one required parameter
+         """
+         for p in self.params:
+             if p.get('required', False):
+--- a/raster/r.volume/main.c
++++ b/raster/r.volume/main.c
+@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
+         struct Flag *report;
+     } flag;
+ 
+-    /* define paramaters and flags */
++    /* define parameters and flags */
+     G_gisinit(argv[0]);
+ 
+     module = G_define_module();
+--- a/raster/r.what/r.what.html
++++ b/raster/r.what/r.what.html
+@@ -7,7 +7,7 @@ eastings and northings); the user can al
+ with each location.
+ 
+ <p>The input coordinates can be entered directly on the command line
+-via <b>coordinates</b> paramater, or redirected via <tt>stdin</tt>
++via <b>coordinates</b> parameter, or redirected via <tt>stdin</tt>
+ from an input text file, script, or piped from another program
+ (like <em><a href="v.out.ascii.html">v.out.ascii</a></em>). Coordinates
+ can be given also as a vector points map (<b>points</b>).

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



More information about the Pkg-grass-devel mailing list