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

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

commit 67fc7ccc68b5e39843fd92d326ca25a9ba4f727e
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Oct 26 22:44:02 2015 +0100

    Add more fixes to spelling.patch.
---
 debian/patches/spelling.patch | 115 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 115 insertions(+)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 1c7567f..f3c40a0 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -15,3 +15,118 @@ Fowarded: no, should go to 
https://jira.mongodb.org/browse/PERL
  pulls the student ID field out of its subdocument and creates a top-level 
field
  with the key C<student_id>. Last, we group by student ID, using C<$addToSet> 
in
  order to add the unique courses for each student to the C<courses> array.
+--- a/lib/MongoDB/Collection.pm
++++ b/lib/MongoDB/Collection.pm
+@@ -1758,7 +1758,7 @@
+ 
+ =head2 Error handling
+ 
+-Unless otherwise explictly documented, all methods throw exceptions if
++Unless otherwise explicitly documented, all methods throw exceptions if
+ an error occurs.  The error types are documented in L<MongoDB::Error>.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+@@ -2485,7 +2485,7 @@
+ relationship that is purely notional.
+ 
+ The C<ensure_index>, C<drop_indexes>, C<drop_index>, and C<get_index>
+-methods are deprecated. The new L<MongoDB::IndexView> class is accessable
++methods are deprecated. The new L<MongoDB::IndexView> class is accessible
+ through the C<indexes> method, and offer greater consistency in behavior
+ across drivers.
+ 
+--- a/lib/MongoDB/Database.pm
++++ b/lib/MongoDB/Database.pm
+@@ -414,7 +414,7 @@
+ 
+ =head2 Error handling
+ 
+-Unless otherwise explictly documented, all methods throw exceptions if
++Unless otherwise explicitly documented, all methods throw exceptions if
+ an error occurs.  The error types are documented in L<MongoDB::Error>.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+--- a/lib/MongoDB/Error.pm
++++ b/lib/MongoDB/Error.pm
+@@ -321,7 +321,7 @@
+ 
+ =head1 USAGE
+ 
+-Unless otherwise explictly documented, all driver methods throw exceptions if
++Unless otherwise explicitly documented, all driver methods throw exceptions if
+ an error occurs.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+--- a/lib/MongoDB/GridFS.pm
++++ b/lib/MongoDB/GridFS.pm
+@@ -504,7 +504,7 @@
+ 
+ =head2 Error handling
+ 
+-Unless otherwise explictly documented, all methods throw exceptions if
++Unless otherwise explicitly documented, all methods throw exceptions if
+ an error occurs.  The error types are documented in L<MongoDB::Error>.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+--- a/lib/MongoDB/GridFS/File.pm
++++ b/lib/MongoDB/GridFS/File.pm
+@@ -177,7 +177,7 @@
+ 
+ =head2 Error handling
+ 
+-Unless otherwise explictly documented, all methods throw exceptions if
++Unless otherwise explicitly documented, all methods throw exceptions if
+ an error occurs.  The error types are documented in L<MongoDB::Error>.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+--- a/lib/MongoDB/QueryResult.pm
++++ b/lib/MongoDB/QueryResult.pm
+@@ -308,7 +308,7 @@
+ #pod
+ #pod =head2 Error handling
+ #pod
+-#pod Unless otherwise explictly documented, all methods throw exceptions if
++#pod Unless otherwise explicitly documented, all methods throw exceptions if
+ #pod an error occurs.  The error types are documented in L<MongoDB::Error>.
+ #pod
+ #pod To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+@@ -363,7 +363,7 @@
+ 
+ =head2 Error handling
+ 
+-Unless otherwise explictly documented, all methods throw exceptions if
++Unless otherwise explicitly documented, all methods throw exceptions if
+ an error occurs.  The error types are documented in L<MongoDB::Error>.
+ 
+ To catch and handle errors, the L<Try::Tiny> and L<Safe::Isa> modules
+--- a/lib/MongoDB/Upgrading.pod
++++ b/lib/MongoDB/Upgrading.pod
+@@ -766,7 +766,7 @@
+ 
+ =item *
+ 
+-ensure_index, drop_indexes, drop_index, get_index — A new 
L<MongoDB::IndexView> class is accessable through the C<indexes> method, 
offering greater consistency in behavior across drivers.
++ensure_index, drop_indexes, drop_index, get_index — A new 
L<MongoDB::IndexView> class is accessible through the C<indexes> method, 
offering greater consistency in behavior across drivers.
+ 
+ =item *
+ 
+--- a/lib/MongoDB/WriteConcern.pm
++++ b/lib/MongoDB/WriteConcern.pm
+@@ -51,7 +51,7 @@
+ #pod =attr wtimeout
+ #pod
+ #pod Specifies how long to wait for the write concern to be satisfied (in
+-#pod milliseonds).  Defaults to 1000.
++#pod milliseconds).  Defaults to 1000.
+ #pod
+ #pod =cut
+ 
+@@ -164,7 +164,7 @@
+ =head2 wtimeout
+ 
+ Specifies how long to wait for the write concern to be satisfied (in
+-milliseonds).  Defaults to 1000.
++milliseconds).  Defaults to 1000.
+ 
+ =head2 j
+ 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to