[osgearth] 04/05: Add patch to fix spelling errors.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu May 5 16:21:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository osgearth.

commit 67adc07bf8fc805d0e49d55578083b84165c87f7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 5 17:49:50 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c71d5d7..cff133d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osgearth (2.7.0+dfsg-2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 3.9.8, no changes.
   * Enable all hardening buildflags.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 03 May 2016 16:52:42 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index d6b3a53..6eba0e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fallback-getCurrentThreadId.patch
 kfreebsd-getCurrentThreadId.patch
 undefined-reference-to-symbol-XInitThreads.patch
 spelling-errors.patch
+spelling-errors2.patch
diff --git a/debian/patches/spelling-errors2.patch b/debian/patches/spelling-errors2.patch
new file mode 100644
index 0000000..cafcfbe
--- /dev/null
+++ b/debian/patches/spelling-errors2.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ Faild -> Failed
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/osgEarthDrivers/osg/OSGTileSource.cpp
++++ b/src/osgEarthDrivers/osg/OSGTileSource.cpp
+@@ -88,7 +88,7 @@ public:
+ 
+         if ( !image.valid() )
+         {
+-            return Status::Error( Stringify() <<  "Faild to load data from \"" << _options.url()->full() << "\"" );
++            return Status::Error( Stringify() <<  "Failed to load data from \"" << _options.url()->full() << "\"" );
+         }
+ 
+         // calculate and store the maximum LOD for which to return data

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



More information about the Pkg-grass-devel mailing list