[gdal] 01/03: Update spelling-errors.patch to fix additional typos.

Bas Couwenberg sebastic at debian.org
Thu Oct 13 06:43:21 UTC 2016


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

sebastic pushed a commit to branch master
in repository gdal.

commit 973d95c51eaf5dc4c55313b02860cc6c5a868642
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 8 15:56:05 2016 +0200

    Update spelling-errors.patch to fix additional typos.
---
 debian/changelog                     |  6 +++++
 debian/patches/spelling-errors.patch | 51 ++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cac7272..cdbfecf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gdal (2.1.1+dfsg-5) UNRELEASED; urgency=medium
+
+  * Update spelling-errors.patch to fix additional typos.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 08 Oct 2016 14:51:56 +0200
+
 gdal (2.1.1+dfsg-4) unstable; urgency=medium
 
   * Remove MySQL support. The dependencies via default-libmysqlclient-dev
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
index a6a7586..ebeb4db 100644
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -2,6 +2,8 @@ Description: Fix spelling errors.
  Reseting   -> Resetting
  Overlaping -> Overlapping
  Collumn    -> Column
+ Deleteing  -> Deleting
+ repsonse   -> response
 Author: Bas Couwenberg <sebastic at debian.org>
 Forwarded: not-needed
 
@@ -89,3 +91,52 @@ Forwarded: not-needed
  "Map is not a raster file",
  "Illegal conversion",
  "No space on device to write",
+--- a/ogr/ogrsf_frmts/libkml/ogrlibkmldatasource.cpp
++++ b/ogr/ogrsf_frmts/libkml/ogrlibkmldatasource.cpp
+@@ -2070,7 +2070,7 @@ OGRErr OGRLIBKMLDataSource::DeleteLayer
+         if ( !VSIStatL ( pszFilePath, &oStatBufL ) ) {
+             if ( VSIUnlink ( pszFilePath ) ) {
+                 CPLError ( CE_Failure, CPLE_AppDefined,
+-                           "ERROR Deleteing Layer %s from filesystem as %s",
++                           "ERROR Deleting Layer %s from filesystem as %s",
+                            papoLayers[iLayer]->GetName (  ), pszFilePath );
+             }
+         }
+--- a/port/cpl_aws.cpp
++++ b/port/cpl_aws.cpp
+@@ -525,7 +525,7 @@ bool VSIS3HandleHelper::CanRestartOnErro
+     CPLXMLNode* psTree = CPLParseXMLString(pszErrorMsg);
+     if( psTree == NULL )
+     {
+-        if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML repsonse: %s", pszErrorMsg); }
++        if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML response: %s", pszErrorMsg); }
+         return false;
+     }
+ 
+@@ -533,7 +533,7 @@ bool VSIS3HandleHelper::CanRestartOnErro
+     if( pszCode == NULL )
+     {
+         CPLDestroyXMLNode(psTree);
+-        if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML repsonse: %s", pszErrorMsg); }
++        if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML response: %s", pszErrorMsg); }
+         return false;
+     }
+ 
+@@ -543,7 +543,7 @@ bool VSIS3HandleHelper::CanRestartOnErro
+         if( pszRegion == NULL )
+         {
+             CPLDestroyXMLNode(psTree);
+-            if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML repsonse: %s", pszErrorMsg); }
++            if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML response: %s", pszErrorMsg); }
+             return false;
+         }
+         SetAWSRegion(pszRegion);
+@@ -560,7 +560,7 @@ bool VSIS3HandleHelper::CanRestartOnErro
+                                     pszEndpoint[m_osBucket.size()] != '.')) )
+         {
+             CPLDestroyXMLNode(psTree);
+-            if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML repsonse: %s", pszErrorMsg); }
++            if(bSetError) { VSIError(VSIE_AWSError, "Malformed AWS XML response: %s", pszErrorMsg); }
+             return false;
+         }
+         if( !m_bUseVirtualHosting &&

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