[libmongodb-perl] 06/07: Add more spelling fixes to spelling.patch.
gregor herrmann
gregoa at debian.org
Fri Feb 12 21:18:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmongodb-perl.
commit b2f821899dc229c4f26212b112b23d81c07990bd
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Feb 12 22:15:03 2016 +0100
Add more spelling fixes to spelling.patch.
---
debian/patches/spelling.patch | 58 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 56 insertions(+), 2 deletions(-)
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 5644371..2ab7137 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,7 +1,7 @@
Description: spelling mistake
Origin: vendor
Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-12-10
+Last-Update: 2016-02-12
Fowarded: no, should go to https://jira.mongodb.org/browse/PERL
--- a/lib/MongoDB/Examples.pod
@@ -48,7 +48,12 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL
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 @@
+@@ -317,11 +317,11 @@
+
+ =head1 DESCRIPTION
+
+-This class defines a heirarchy of exception objects.
++This class defines a hierarchy of exception objects.
=head1 USAGE
@@ -130,3 +135,52 @@ Fowarded: no, should go to https://jira.mongodb.org/browse/PERL
=head2 j
+--- a/lib/MongoDB/DataTypes.pod
++++ b/lib/MongoDB/DataTypes.pod
+@@ -354,7 +354,7 @@
+
+ "OID" stands for "Object ID", and is a unique id for identifying documents.
+ OIDs are 12 bytes, which are guaranteed to be unique. Their string form is
+-a 24-character string of hexidecimal digits.
++a 24-character string of hexadecimal digits.
+
+ To create a unique id:
+
+--- a/lib/MongoDB/OID.pm
++++ b/lib/MongoDB/OID.pm
+@@ -38,7 +38,7 @@
+ #pod =head2 value
+ #pod
+ #pod The OID value. A random value will be generated if none exists already.
+-#pod It is a 24-character hexidecimal string (12 bytes).
++#pod It is a 24-character hexadecimal string (12 bytes).
+ #pod
+ #pod Its string representation is the 24-character string.
+ #pod
+@@ -85,7 +85,7 @@
+ #pod
+ #pod my $hex = $oid->to_string;
+ #pod
+-#pod Gets the value of this OID as a 24-digit hexidecimal string.
++#pod Gets the value of this OID as a 24-digit hexadecimal string.
+ #pod
+ #pod =cut
+
+@@ -183,7 +183,7 @@
+ =head2 value
+
+ The OID value. A random value will be generated if none exists already.
+-It is a 24-character hexidecimal string (12 bytes).
++It is a 24-character hexadecimal string (12 bytes).
+
+ Its string representation is the 24-character string.
+
+@@ -193,7 +193,7 @@
+
+ my $hex = $oid->to_string;
+
+-Gets the value of this OID as a 24-digit hexidecimal string.
++Gets the value of this OID as a 24-digit hexadecimal string.
+
+ =head2 get_time
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list