[libdbd-sqlite3-perl] 01/43: applied a doc patch by Salvatore Bonaccorso (fix #15)

Salvatore Bonaccorso carnil at debian.org
Tue Nov 15 15:27:31 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 d17fe985b1de627746fe7d09c8ced7598c5f9899
Author: Kenichi Ishigaki <ishigaki at cpan.org>
Date:   Mon Feb 15 01:26:58 2016 +0900

    applied a doc patch by Salvatore Bonaccorso (fix #15)
---
 lib/DBD/SQLite/VirtualTable.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DBD/SQLite/VirtualTable.pm b/lib/DBD/SQLite/VirtualTable.pm
index 5bb2584..1069b81 100644
--- a/lib/DBD/SQLite/VirtualTable.pm
+++ b/lib/DBD/SQLite/VirtualTable.pm
@@ -612,7 +612,7 @@ An integer giving the estimated number of rows returned by that query.
 
 =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