[libdbd-sqlite3-perl] 01/02: Add spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun Feb 14 16:16:10 UTC 2016


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

carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit 4cba4bcec1a05c56815a1bf957d1d31ef038ebab
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 14 17:15:27 2016 +0100

    Add spelling-error-in-manpage.patch patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 65230e8..26de65d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use_system_sqlite
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..fde1bc8
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling error in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-02-14
+Forwarded: https://github.com/DBD-SQLite/DBD-SQLite/issues/15
+Bug: https://github.com/DBD-SQLite/DBD-SQLite/issues/15
+
+--- a/lib/DBD/SQLite/VirtualTable.pm
++++ b/lib/DBD/SQLite/VirtualTable.pm
+@@ -612,7 +612,7 @@ An integer giving the estimated number o
+ 
+ =head3 OPEN
+ 
+-Called to instanciate a new cursor.
++Called to instantiate a new cursor.
+ The default implementation appends C<"::Cursor"> to the current
+ classname and calls C<NEW()> within that cursor class.
+ 
+@@ -736,7 +736,7 @@ the current virtual table.
+ 
+   my $cursor = $cursor_class->NEW($vtable, @args)
+ 
+-Instanciates a new cursor. 
++Instantiates a new cursor. 
+ The default implementation just returns a blessed hashref
+ with keys C<vtable> and C<args>.
+ 

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



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