[libdevel-cover-perl] 04/05: Add a patch to fix documentation typos.

gregor herrmann gregoa at debian.org
Wed Aug 31 18:05:24 UTC 2016


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

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

commit a2e43b80a994557b44b895ddde5a892093b4c8fe
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 31 20:03:30 2016 +0200

    Add a patch to fix documentation typos.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 84 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 55077d0..3097b8b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 reproducible-build.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..2f7df37
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,84 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-08-31
+Forwarded: https://github.com/pjcj/Devel--Cover/issues/171
+Bug: https://github.com/pjcj/Devel--Cover/issues/171
+
+--- a/lib/Devel/Cover/DB.pm
++++ b/lib/Devel/Cover/DB.pm
+@@ -911,7 +911,7 @@
+ 
+  my $db = Devel::Cover::DB->new(db => "my_coverage_db");
+ 
+-Contructs the DB from the specified database.
++Constructs the DB from the specified database.
+ 
+ =head2 cover
+ 
+--- a/lib/Devel/Cover/DB/Digests.pm
++++ b/lib/Devel/Cover/DB/Digests.pm
+@@ -114,7 +114,7 @@
+ 
+  my $digests = Devel::Cover::DB::Digests->new(db => $DB);
+ 
+-Contructs the digests object.
++Constructs the digests object.
+ 
+ =head2 read
+ 
+--- a/lib/Devel/Cover/DB/IO.pm
++++ b/lib/Devel/Cover/DB/IO.pm
+@@ -70,7 +70,7 @@
+ 
+  my $io = Devel::Cover::DB::IO->new(format => "JSON");
+ 
+-Contructs the IO object.
++Constructs the IO object.
+ 
+ =head2 read
+ 
+--- a/lib/Devel/Cover/DB/IO/JSON.pm
++++ b/lib/Devel/Cover/DB/IO/JSON.pm
+@@ -94,7 +94,7 @@
+ 
+  my $io = Devel::Cover::DB::IO::JSON->new;
+ 
+-Contructs the IO object.
++Constructs the IO object.
+ 
+ =head2 read
+ 
+--- a/lib/Devel/Cover/DB/IO/Sereal.pm
++++ b/lib/Devel/Cover/DB/IO/Sereal.pm
+@@ -88,7 +88,7 @@
+ 
+  my $io = Devel::Cover::DB::IO::Sereal->new;
+ 
+-Contructs the IO object.
++Constructs the IO object.
+ 
+ =head2 read
+ 
+--- a/lib/Devel/Cover/DB/IO/Storable.pm
++++ b/lib/Devel/Cover/DB/IO/Storable.pm
+@@ -67,7 +67,7 @@
+ 
+  my $io = Devel::Cover::DB::IO::Storable->new;
+ 
+-Contructs the IO object.
++Constructs the IO object.
+ 
+ =head2 read
+ 
+--- a/lib/Devel/Cover/Time.pm
++++ b/lib/Devel/Cover/Time.pm
+@@ -65,7 +65,7 @@
+ 
+  my $db = Devel::Cover::DB->new(db => "my_coverage_db");
+ 
+-Contructs the DB from the specified database.
++Constructs the DB from the specified database.
+ 
+ =head1 BUGS
+ 

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



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