This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository grass.
commit 75121c73be16904936e834a53566d02de00c6845 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Apr 5 01:58:15 2017 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index dd13a13..f05a816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ grass (7.2.1~rc1-1) UNRELEASED; urgency=medium * Update copyright file, changes: - Update copyright years for GRASS Development Team & Glynn Clements - Add Maris Nartiss to copyright holders + * Add patch to fix spelling errors. -- Bas Couwenberg <sebas...@debian.org> Wed, 05 Apr 2017 01:29:04 +0200 diff --git a/debian/patches/series b/debian/patches/series index e8223ff..74dbebd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ instdir no-fail-html.patch appstream.patch jquery.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..1bf9010 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,16 @@ +Description: Fix spelling errors. + * transation -> transaction +Author: Bas Couwenberg <sebas...@debian.org> +Forwarded: https://trac.osgeo.org/grass/ticket/3327 + +--- a/lib/vector/Vlib/build_ogr.c ++++ b/lib/vector/Vlib/build_ogr.c +@@ -76,7 +76,7 @@ int Vect_build_ogr(struct Map_info *Map, + if (OGR_L_TestCapability(ogr_info->layer, OLCTransactions)) { + CPLPushErrorHandler(CPLQuietErrorHandler); + if (OGR_L_CommitTransaction(ogr_info->layer) != OGRERR_NONE) +- G_debug(1, "Unable to commit transation"); ++ G_debug(1, "Unable to commit transaction"); + CPLPushErrorHandler(CPLDefaultErrorHandler); + } + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.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