This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal.
commit 5886cf97dc1ec77b297dbf852d20e041d882d756 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Tue Jan 30 07:09:23 2018 +0100 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7cf3708..f30c411 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ gdal (2.2.3+dfsg-2) UNRELEASED; urgency=medium * Update symbols for powerpcspe. * Move libgdal-perl documentation to separate arch:all package. * Add lintian override for pkg-config-unavailable-for-cross-compilation. + * Add patch to fix spelling errors. -- Francesco Paolo Lovergine <fran...@debian.org> Tue, 02 Jan 2018 12:27:12 +0100 diff --git a/debian/patches/series b/debian/patches/series index 9bfca75..6aa3d93 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,3 +11,4 @@ privacy-breach-logo.patch privacy-breach-generic.patch perl-doxyfile svn-r41303_gnm-avoid-potential-issue-with-CPL-circular-buffers.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..dddaf2c --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * Invalide -> Invalid +Author: Bas Couwenberg <sebas...@debian.org> + +--- a/ogr/ogrsf_frmts/kml/ogrkmldatasource.cpp ++++ b/ogr/ogrsf_frmts/kml/ogrkmldatasource.cpp +@@ -296,7 +296,7 @@ int OGRKMLDataSource::Create( const char + CPLFree( pszAltitudeMode_ ); + pszAltitudeMode_ = NULL; + CPLError( CE_Warning, CPLE_AppDefined, +- "Invalide AltitideMode specified, ignoring" ); ++ "Invalid AltitideMode specified, ignoring" ); + } + } + else -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel