[mapcache] 07/08: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Thu Apr 13 18:33:41 UTC 2017


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

sebastic pushed a commit to branch master
in repository mapcache.

commit b73d446d72c671741a16506bcc8a7dc31a597f12
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Apr 13 20:06:11 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 69809ac..64e3b45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mapcache (1.6.0-1) UNRELEASED; urgency=medium
     - Update copyright years for Regents of the University of Minnesota
     - Add Frank Warmerdam to copyright holders
   * Update symbols for amd64.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 13 Apr 2017 18:48:19 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 4c2a684..6375e70 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 cmake-mapserver-include.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..b4889bc
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling errors.
+ * occured -> occurred
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/mapserver/mapcache/pull/167
+
+--- a/lib/source_gdal.c
++++ b/lib/source_gdal.c
+@@ -571,7 +571,7 @@ void _mapcache_source_gdal_render_metati
+ #endif
+ 
+   if( eErr != CE_None ) {
+-    ctx->set_error(ctx, 500,"GDAL I/O error occured");
++    ctx->set_error(ctx, 500,"GDAL I/O error occurred");
+     GDALClose(hDstDS); /* close first this one, as it references hTmpDS or hSrcDS */
+     if( hTmpDS )
+       GDALClose(hTmpDS); /* references hSrcDS, so close before */

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



More information about the Pkg-grass-devel mailing list