[libdbi-perl] 03/04: Update fix-spelling.patch.
gregor herrmann
gregoa at debian.org
Sat Oct 17 20:03:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdbi-perl.
commit 4c716a577f4816147746f4a1c590df6f01ac0bc4
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Oct 17 22:00:40 2015 +0200
Update fix-spelling.patch.
---
debian/patches/fix-spelling.patch | 63 ++++++++++++++++++++++++++++++++++++---
1 file changed, 59 insertions(+), 4 deletions(-)
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
index 5645db3..acd29c0 100644
--- a/debian/patches/fix-spelling.patch
+++ b/debian/patches/fix-spelling.patch
@@ -1,8 +1,10 @@
-Description: Fix spelling errors found by lintian
-Author: Alessandro Ghedini <al3xbio at gmail.com>
+Description: Fix spelling/grammar errors found by lintian
Origin: vendor
-Forwarded: no
-Last-Update: 2012-02-17
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-10-17
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107838
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107838
--- a/dbiproxy.PL
+++ b/dbiproxy.PL
@@ -26,3 +28,56 @@ Last-Update: 2012-02-17
IP number.
=item I<localport> (B<--localport=port>)
+--- a/lib/DBI/DBD.pm
++++ b/lib/DBI/DBD.pm
+@@ -1826,7 +1826,7 @@
+ login6 function to see if there are any Unicode characters in the
+ dbname.
+
+-Similarly defining dbd_db_do4_iv is prefered over dbd_db_do4, dbd_st_rows_iv
++Similarly defining dbd_db_do4_iv is preferred over dbd_db_do4, dbd_st_rows_iv
+ over dbd_st_rows, and dbd_st_execute_iv over dbd_st_execute. The *_iv forms are
+ declared to return the IV type instead of an int.
+
+--- a/lib/DBI/DBD/SqlEngine.pm
++++ b/lib/DBI/DBD/SqlEngine.pm
+@@ -1877,7 +1877,7 @@
+ * AnyData
+
+ Defaults to "CSV". Because an SQL::Parser is instantiated only once and
+-SQL::Parser doesn't allow to modify the dialect once instantiated,
++SQL::Parser doesn't allow one to modify the dialect once instantiated,
+ it's strongly recommended to set this flag before any statement is
+ executed (best place is connect attribute hash).
+
+--- a/lib/DBI/DBD/SqlEngine/Developers.pod
++++ b/lib/DBI/DBD/SqlEngine/Developers.pod
+@@ -560,7 +560,7 @@
+ * AnyData
+
+ Defaults to "CSV". Because an SQL::Parser is instantiated only once and
+-SQL::Parser doesn't allow to modify the dialect once instantiated,
++SQL::Parser doesn't allow one to modify the dialect once instantiated,
+ it's strongly recommended to set this flag before any statement is
+ executed (best place is connect attribute hash).
+
+--- a/lib/DBI/DBD/SqlEngine/HowTo.pod
++++ b/lib/DBI/DBD/SqlEngine/HowTo.pod
+@@ -127,7 +127,7 @@
+ };
+ $dbh->{foo_readonly_attrs} = {
+ foo_version => 1, # ensure no-one modifies the driver version
+- foo_valid_attrs => 1, # do not permit to add more valid attributes ...
++ foo_valid_attrs => 1, # do not permit one to add more valid attributes ...
+ foo_readonly_attrs => 1, # ... or make the immutable mutable
+ foo_manager => 1, # manager is set internally only
+ };
+@@ -234,7 +234,7 @@
+ };
+ $dbh->{foo_readonly_attrs} = {
+ foo_version => 1, # ensure no-one modifies the driver version
+- foo_valid_attrs => 1, # do not permit to add more valid attributes ...
++ foo_valid_attrs => 1, # do not permit one to add more valid attributes ...
+ foo_readonly_attrs => 1, # ... or make the immutable mutable
+ foo_manager => 1, # manager is set internally only
+ foo_meta => 1, # ensure public interface to modify table meta attributes are immutable
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list