[saga] 08/11: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Fri Jul 1 21:55:58 UTC 2016


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

sebastic pushed a commit to branch master
in repository saga.

commit a75be955d49c9303f78e4fa1e3c62b23605f1bf6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 1 22:49:45 2016 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 58 ++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d536570..8e653ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ saga (2.3.0+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Drop patches applied upstream, refresh remaining patches.
   * Add --with-system-dxflib to configure options.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Jul 2016 20:21:37 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index f57999a..6a53861 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 Use-debian-version-of-libsvm.patch
 0001-vigra-hdf5-include.patch
 Use-debian-version-dxflib.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..fbc46bc
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,58 @@
+Description: Fix spelling errors.
+ allows to <verb> -> allows <verb>ing
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://sourceforge.net/p/saga-gis/patches/13/
+
+--- a/src/modules/grid/grid_gridding/nn/nn.h
++++ b/src/modules/grid/grid_gridding/nn/nn.h
+@@ -228,7 +228,7 @@ void nnpi_setwmin(nnpi* nn, double wmin)
+ /** `nnhpi' -- "Natural Neighbours Hashing Point Interpolator" -- is a
+  ** structure for conducting consequitive Natural Neighbours interpolations
+  ** from the same set of observation points, designed to take advantage of
+- ** repeated interpolations in the same point. It allows to modify Z
++ ** repeated interpolations in the same point. It allows modifying Z
+  ** coordinate of observed data between interpolations (because this does not
+  ** affect the interpolant weights).
+  */
+@@ -279,7 +279,7 @@ void nnhpi_setwmin(nnhpi* nn, double wmi
+ 
+ /** `nnai' -- "Natural Neighbours Array Interpolator" is a structure for
+  ** conducting consequitive Natural Neighbours interpolations from the same
+- ** set of observation points in the same set of points. It allows to modify Z
++ ** set of observation points in the same set of points. It allows modifying Z
+  ** coordinate of data between interpolations (because this does not
+  ** affect the interpolant weights).
+  *
+--- a/src/modules/grid/grid_gridding/nn/nncommon.c
++++ b/src/modules/grid/grid_gridding/nn/nncommon.c
+@@ -13,7 +13,7 @@
+  *
+  * Revisions:      15/11/2002 PS: Changed name from "utils.c"
+  *                 28/02/2003 PS: Modified points_read() to do the job without
+- *                   rewinding the file. This allows to read from stdin when
++ *                   rewinding the file. This allows reading from stdin when
+  *                   necessary.
+  *                 09/04/2003 PS: Modified points_read() to read from a
+  *                   file specified by name, not by handle.
+--- a/src/modules/grid/grid_tools/Grid_Value_NoData.cpp
++++ b/src/modules/grid/grid_tools/Grid_Value_NoData.cpp
+@@ -77,7 +77,7 @@ CGrid_Value_NoData::CGrid_Value_NoData(v
+ 	Set_Author		("O.Conrad (c) 2016");
+ 
+ 	Set_Description	(_TW(
+-		"This tool allows to change a grid's no-data value or value range "
++		"This tool allows changing a grid's no-data value or value range "
+ 		"definition. It does not change the cell values of the grid. "
+ 		"Its main purpose is to support this type of operation for tool "
+ 		"chains and scripting environments."
+--- a/src/modules/io/io_esri_e00/e00compr/e00read.c
++++ b/src/modules/io/io_esri_e00/e00compr/e00read.c
+@@ -247,7 +247,7 @@ void    E00ReadClose(E00ReadPtr psInfo)
+ /**********************************************************************
+  *                          E00ReadRewind()
+  *
+- * Rewind the E00ReadPtr.  Allows to start another read pass on the 
++ * Rewind the E00ReadPtr.  Allows starting another read pass on the 
+  * input file.
+  **********************************************************************/
+ void    E00ReadRewind(E00ReadPtr psInfo)

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



More information about the Pkg-grass-devel mailing list