[gdal] 07/08: Update spelling-errors.patch to fix 'occurred' typo.

Bas Couwenberg sebastic at debian.org
Fri Oct 14 17:09:17 UTC 2016


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

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 91b5608abda58a5d25ba708a288001ab9ec7cdfb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 14 18:04:40 2016 +0200

    Update spelling-errors.patch to fix 'occurred' typo.
---
 debian/changelog                     |  1 +
 debian/patches/spelling-errors.patch | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 781f1af..5139d14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gdal (2.1.2~rc1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Refresh patches.
+  * Update spelling-errors.patch to fix 'occurred' typo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 14 Oct 2016 13:53:57 +0200
 
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
index 922c26e..ae105f7 100644
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -4,6 +4,7 @@ Description: Fix spelling errors.
  Collumn    -> Column
  Deleteing  -> Deleting
  repsonse   -> response
+ occured    -> occurred
 Author: Bas Couwenberg <sebastic at debian.org>
 Forwarded: not-needed
 
@@ -129,3 +130,32 @@ Forwarded: not-needed
              return false;
          }
          if( !m_bUseVirtualHosting &&
+--- a/ogr/ogrsf_frmts/shape/ogrshapelayer.cpp
++++ b/ogr/ogrsf_frmts/shape/ogrshapelayer.cpp
+@@ -2706,7 +2706,7 @@ OGRErr OGRShapeLayer::Repack()
+             if( !CopyInPlace( VSI_SHP_GetVSIL(hDBF->fp), oTempFileDBF ) )
+             {
+                 CPLError( CE_Failure, CPLE_FileIO, 
+-                        "An error occured while copying the content of %s on top of %s. "
++                        "An error occurred while copying the content of %s on top of %s. "
+                         "The non corrupted version is in the _packed.dbf, "
+                         "_packed.shp and _packed.shx files that you should rename "
+                         "on top of the main ones.",
+@@ -2735,7 +2735,7 @@ OGRErr OGRShapeLayer::Repack()
+             if( !CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHP), oTempFileSHP ) )
+             {
+                 CPLError( CE_Failure, CPLE_FileIO, 
+-                        "An error occured while copying the content of %s on top of %s. "
++                        "An error occurred while copying the content of %s on top of %s. "
+                         "The non corrupted version is in the _packed.dbf, "
+                         "_packed.shp and _packed.shx files that you should rename "
+                         "on top of the main ones.",
+@@ -2757,7 +2757,7 @@ OGRErr OGRShapeLayer::Repack()
+             if( !CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHX), oTempFileSHX ) )
+             {
+                 CPLError( CE_Failure, CPLE_FileIO, 
+-                        "An error occured while copying the content of %s on top of %s. "
++                        "An error occurred while copying the content of %s on top of %s. "
+                         "The non corrupted version is in the _packed.dbf, "
+                         "_packed.shp and _packed.shx files that you should rename "
+                         "on top of the main ones.",

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



More information about the Pkg-grass-devel mailing list