[geos] 02/04: Add patch to fix spelling errors.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 25 12:41:47 UTC 2016


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

sebastic pushed a commit to branch master
in repository geos.

commit b63befb0088e5560500a8221a91095c47cff179e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 25 11:46:23 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index f40bc10..bb025d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 geos (3.5.0-3) UNRELEASED; urgency=medium
 
   * Disable PHP support, SWIG doesn't support PHP 7 yet.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 20 Mar 2016 19:17:07 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 0bc9e2a..b70acfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ geos-config
 libruby
 ruby2
 disable-docygen-html-timestamp
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..2453d43
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors.
+ Unknow -> Unknown
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://trac.osgeo.org/geos/ticket/773
+
+--- a/capi/geos_ts_c.cpp
++++ b/capi/geos_ts_c.cpp
+@@ -6428,7 +6428,7 @@ GEOSVoronoiDiagram_r(GEOSContextHandle_t
+ 	}    
+ 	catch(...)
+ 	{
+-		handle->ERROR_MESSAGE("Unknow exception thrown");
++		handle->ERROR_MESSAGE("Unknown exception thrown");
+ 	}
+ 
+ 	return NULL;
+--- a/tests/xmltester/tinyxml/tinyxml.h
++++ b/tests/xmltester/tinyxml/tinyxml.h
+@@ -147,7 +147,7 @@ public:
+ 	virtual bool Visit( const TiXmlText& /*text*/ )					{ return true; }
+ 	/// Visit a comment node
+ 	virtual bool Visit( const TiXmlComment& /*comment*/ )			{ return true; }
+-	/// Visit an unknow node
++	/// Visit an unknown node
+ 	virtual bool Visit( const TiXmlUnknown& /*unknown*/ )			{ return true; }
+ };
+ 

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



More information about the Pkg-grass-devel mailing list