This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository scummvm-tools.
commit 8875b6ca9fc04f4c09c581c91ec9134f97686ffe Author: Stephen Kitt <[email protected]> Date: Tue Nov 15 13:20:28 2016 +0100 Add spelling-fixes.patch to fix a lintian-detected spelling mistake --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-fixes.patch | 14 ++++++++++++++ 3 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index f19d8f6..dceb35f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ scummvm-tools (1.9.0-1) UNRELEASED; urgency=medium * New upstream release, including compilation-fixes.patch. + * Add spelling-fixes.patch to fix a lintian-detected spelling mistake. -- Stephen Kitt <[email protected]> Mon, 17 Oct 2016 12:38:11 +0200 diff --git a/debian/patches/series b/debian/patches/series index 43395bf..570676f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ tests-missing-data.patch tests-broken.patch missing-posix-systems.patch +spelling-fixes.patch diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch new file mode 100644 index 0000000..5be4d7f --- /dev/null +++ b/debian/patches/spelling-fixes.patch @@ -0,0 +1,14 @@ +Description: Spelling fixes +Author: Stephen Kitt <[email protected]> + +--- a/engines/kyra/dekyra_v1.cpp ++++ b/engines/kyra/dekyra_v1.cpp +@@ -243,7 +243,7 @@ + break; + + default: +- fprintf(outputFile, "!error breaking exectution!"); ++ fprintf(outputFile, "!error breaking execution!"); + break; + } + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scummvm-tools.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

