summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2022-04-10 15:54:39 +0100
committerEdward Betts <edward@4angle.com>2022-04-10 15:54:39 +0100
commitd46f723f497c2fe329029789180927c083a7ebdc (patch)
treef3069e77c7bb2a86a4a44546df7496e1d3562353
parente188e96676099e3cad09fc124868200b9bd8a567 (diff)
Correct spelling mistake
-rw-r--r--lib/Test/Manifest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Manifest.pm b/lib/Test/Manifest.pm
index e0ab0a0..46ee397 100644
--- a/lib/Test/Manifest.pm
+++ b/lib/Test/Manifest.pm
@@ -90,7 +90,7 @@ before you call C<WriteMakefile>. To make it optional, load it in an eval:
=head2 Module::Build
-Overiding parts of C<Module::Build> is tricker if you want to use the
+Overriding parts of C<Module::Build> is tricker if you want to use the
subclassing mechanism and still make C<Test::Manifest> optional. If you
can load C<Test::Manifest> (version 2.00 or later), C<Test::Manifest> can
create the subclass for you.