This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 8803a0f27bc6c2dc1277f439d3104bbede6c119f Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 15:34:13 2016 +0200 Add patch to fix various spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/various-typos3.patch | 61 +++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/debian/changelog b/debian/changelog index e032e56..a3c3f91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ grass (7.0.3-3) UNRELEASED; urgency=medium * Update dh_python2 override to call dh_numpy too. * Enable all hardening buildflags, except PIE (causes build failure). + * Add patch to fix various spelling errors. -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 14:13:24 +0200 diff --git a/debian/patches/series b/debian/patches/series index 68c0f3b..6636b17 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ no-fail-html.patch appstream.patch various-typos.patch various-typos2.patch +various-typos3.patch diff --git a/debian/patches/various-typos3.patch b/debian/patches/various-typos3.patch new file mode 100644 index 0000000..8d8d937 --- /dev/null +++ b/debian/patches/various-typos3.patch @@ -0,0 +1,61 @@ +Description: Fix various typos. + * modifed -> modified + * cummulative -> cumulative +Author: Bas Couwenberg <[email protected]> +Forwarded: https://trac.osgeo.org/grass/ticket/2971 + +--- a/raster/r.stream.extract/r.stream.extract.html ++++ b/raster/r.stream.extract/r.stream.extract.html +@@ -25,7 +25,7 @@ recommended to use internally computed f + depression map is provided. + + <p> +-Option <b>threshold</b> defines the minimum (optionally modifed) flow ++Option <b>threshold</b> defines the minimum (optionally modified) flow + accumulation value that will initiate a new stream. If Montgomery's + method for channel initiation is used, the cell value of the + accumulation input map is multiplied by <tt>(tan(local +--- a/raster/r.watershed/ram/do_flatarea.c ++++ b/raster/r.watershed/ram/do_flatarea.c +@@ -6,7 +6,7 @@ + * The assignment of drainage direction over flat surfaces in raster + * digital elevation models. J. Hydrol 193, 204-213. + * +- * the method is modifed for speed, only one pass is necessary to get ++ * the method is modified for speed, only one pass is necessary to get + * the gradient away from higher terrain + * + *********************************************************************/ +--- a/raster/r.cost/main.c ++++ b/raster/r.cost/main.c +@@ -678,7 +678,7 @@ int main(int argc, char *argv[]) + Rast_get_row(fd, cell2, row, data_type2); + ptr2 = cell2; + for (col = 0; col < ncols; col++) { +- /* Did I understand that concept of cummulative cost map? - (pmx) 12 april 2000 */ ++ /* Did I understand that concept of cumulative cost map? - (pmx) 12 april 2000 */ + if (!Rast_is_null_value(ptr2, data_type2)) { + double cellval; + +--- a/raster/r.walk/main.c ++++ b/raster/r.walk/main.c +@@ -813,7 +813,7 @@ int main(int argc, char *argv[]) + Rast_get_row(fd, cell2, row, data_type2); + ptr2 = cell2; + for (col = 0; col < ncols; col++) { +- /* Did I understand that concept of cummulative cost map? - (pmx) 12 april 2000 */ ++ /* Did I understand that concept of cumulative cost map? - (pmx) 12 april 2000 */ + if (!Rast_is_null_value(ptr2, data_type2)) { + double cellval; + +--- a/vector/v.net.centrality/v.net.centrality.html ++++ b/vector/v.net.centrality/v.net.centrality.html +@@ -21,7 +21,7 @@ Betweenness measure is not normalised. I + values (between 0 and 1), each number needs to be divided by <em>N + choose 2=N*(N-1)/2</em> where N is the number of nodes in the + connected component. Computation of eigenvector measure terminates +-if the given number of iterations is reached or the cummulative <em> ++if the given number of iterations is reached or the cumulative <em> + squared</em> error between the successive iterations is less than <b> + error</b>. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

