[osgearth] 14/15: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Sun Jan 7 14:41:01 UTC 2018


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

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 62c30aaa3c472a0f146d9da351ce37b6af4ff3f7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 7 14:00:06 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index f21214d..b56aab4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ osgearth (2.9~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Update paths for EarthMultiTouchManipulator sources in copyright file.
   * Don't install osgEarth_tests executable.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Jan 2018 10:14:55 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 0a55278..653d515 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 soversion.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..4459dd9
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,28 @@
+Description: Fix spelling errors.
+ * Timout  -> Timeout
+ * Argment -> Argument
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/gwaldron/osgearth/pull/1026
+
+--- a/src/osgEarth/ElevationPool.cpp
++++ b/src/osgEarth/ElevationPool.cpp
+@@ -307,7 +307,7 @@ ElevationPool::getTile(const TileKey& ke
+     if ( !tile.valid() && OE_GET_TIMER(get) >= timeout )
+     {
+         // this means we timed out trying to fetch the map tile.
+-        OE_TEST << LC << "Timout fetching tile " << key.str() << std::endl;
++        OE_TEST << LC << "Timeout fetching tile " << key.str() << std::endl;
+     }
+ 
+     if ( tile.valid() )
+--- a/src/osgEarth/catch.hpp
++++ b/src/osgEarth/catch.hpp
+@@ -4751,7 +4751,7 @@ namespace Catch {
+             ss << seed;
+             ss >> config.rngSeed;
+             if( ss.fail() )
+-                throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" );
++                throw std::runtime_error( "Argument to --rng-seed should be the word 'time' or a number" );
+         }
+     }
+     inline void setVerbosity( ConfigData& config, int level ) {

-- 
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