[libsql-abstract-perl] 07/08: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Thu Sep 25 22:43:52 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsql-abstract-perl.

commit e5816ef25c73ef3f360ce49fe8114abb41194da6
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 26 00:39:51 2014 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..650c670
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-09-26
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99147
+Bug: https://rt.cpan.org/Ticket/Display.html?id=99147
+
+--- a/lib/SQL/Abstract.pm
++++ b/lib/SQL/Abstract.pm
+@@ -1966,7 +1966,7 @@
+ This is the character that will be used to escape L</quote_char>s appearing
+ in an identifier before it has been quoted.
+ 
+-The paramter default in case of a single L</quote_char> character is the quote
++The parameter default in case of a single L</quote_char> character is the quote
+ character itself.
+ 
+ When opening-closing-style quoting is used (L</quote_char> is an arrayref)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-perl.git



More information about the Pkg-perl-cvs-commits mailing list