This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libsyntax-highlight-engine-kate-perl.
commit fa91ad7c933612dbe24ba81dab4ed7292e1cf436 Author: Florian Schlichting <[email protected]> Date: Wed Nov 15 21:43:51 2017 +0100 Add spelling.patch --- debian/patches/series | 1 + debian/patches/spelling.patch | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index b748494..ff46577 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +spelling.patch repack.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..226dd17 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,24 @@ +Description: fix typos found by lintian +Author: Florian Schlichting <[email protected]> +Forwarded: https://github.com/manwar/Syntax-Highlight-Engine-Kate/pull/16 + +--- a/lib/Syntax/Highlight/Engine/Kate/Template.pm ++++ b/lib/Syntax/Highlight/Engine/Kate/Template.pm +@@ -963,7 +963,7 @@ + If B<$mode> is specified, B<$string> should only be one character long and numeric. + B<capturedParse> will return the Nth captured element of the current context. + +-If B<$mode> is not specified, all occurences of %[1-9] will be replaced by the captured ++If B<$mode> is not specified, all occurrences of %[1-9] will be replaced by the captured + element of the current context. + + =item B<column> +@@ -1009,7 +1009,7 @@ + =item B<highlight>(I<$text>); + + highlights I<$text>. It does so by selecting the proper callback +-from the B<commands> hash and invoke it. It will do so untill ++from the B<commands> hash and invoke it. It will do so until + $text has been reduced to an empty string. returns a paired list + of snippets of text and the attribute with which they should be + highlighted. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-engine-kate-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
