[libsql-abstract-perl] 07/09: Add spelling errors patch (reported)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed Oct 25 20:43:29 UTC 2017


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

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

commit 494995c0e7e65ede7648e4ad622ba42c39e4e9f8
Author: Xavier Guimard <Xavier Guimard x.guimard at free.fr>
Date:   Wed Oct 25 22:41:09 2017 +0200

    Add spelling errors patch (reported)
---
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..89e70f2
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,34 @@
+Description: Spelling errors
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: https://github.com/dbsrgits/sql-abstract/pull/11
+Last-Update: 2017-10-25
+
+--- a/lib/SQL/Abstract.pm
++++ b/lib/SQL/Abstract.pm
+@@ -2017,7 +2017,7 @@
+ character itself.
+ 
+ When opening-closing-style quoting is used (L</quote_char> is an arrayref)
+-this parameter defaults to the B<closing (right)> L</quote_char>. Occurences
++this parameter defaults to the B<closing (right)> L</quote_char>. Occurrences
+ of the B<opening (left)> L</quote_char> within the identifier are currently left
+ untouched. The default for opening-closing-style quotes may change in future
+ versions, thus you are B<strongly encouraged> to specify the escape character
+@@ -2250,7 +2250,7 @@
+ 
+ =back
+ 
+-On failure returns C<undef>, on sucess returns a B<scalar> reference
++On failure returns C<undef>, on success returns a B<scalar> reference
+ to the original supplied argument.
+ 
+ =over
+@@ -2308,7 +2308,7 @@
+ 
+ =back
+ 
+-On failure returns C<undef>, on sucess returns an B<array> reference
++On failure returns C<undef>, on success returns an B<array> reference
+ containing the unpacked version of the supplied literal SQL and bind values.
+ 
+ =head1 WHERE CLAUSES

-- 
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