Description: fix spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@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
 
