summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-08-04 18:26:50 +0200
committergregor herrmann <gregoa@debian.org>2023-08-04 18:26:50 +0200
commitd57100c600676ec8ec2a2dc6572766869ac9351e (patch)
tree5df532a51d7c96365c63c6bc4ddb861f491aa854
parent96a5275ef027f30baa0cc6a637e5cf681135cde1 (diff)
fix a typo in the POD
Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=109349 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=109349 Last-Update: 2016-08-01 Applied-Upstream: partly Gbp-Pq: Name typo.patch
-rw-r--r--lib/Test/Valgrind/Command/Perl.pm2
-rw-r--r--lib/Test/Valgrind/Session.pm2
-rw-r--r--lib/Test/Valgrind/Tool.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Test/Valgrind/Command/Perl.pm b/lib/Test/Valgrind/Command/Perl.pm
index dfe06b0..7d50dbb 100644
--- a/lib/Test/Valgrind/Command/Perl.pm
+++ b/lib/Test/Valgrind/Command/Perl.pm
@@ -48,7 +48,7 @@ The package constructor, which takes several options :
=item *
-The C<perl> option specifies which C<perl> executable will run the arugment list given in C<args>.
+The C<perl> option specifies which C<perl> executable will run the argument list given in C<args>.
Defaults to C<$^X>.
diff --git a/lib/Test/Valgrind/Session.pm b/lib/Test/Valgrind/Session.pm
index 5ddc0b6..8d78d86 100644
--- a/lib/Test/Valgrind/Session.pm
+++ b/lib/Test/Valgrind/Session.pm
@@ -65,7 +65,7 @@ Defaults to the current C<PATH> environment variable.
If a simple scalar C<$valgrind> is passed as the value to C<'valgrind'>, it will be the only candidate.
C<@search_dirs> will then be ignored.
-If an array refernce C<\@valgrind> is passed, its values will be I<prepended> to the list of the candidates resulting from C<@search_dirs>.
+If an array reference C<\@valgrind> is passed, its values will be I<prepended> to the list of the candidates resulting from C<@search_dirs>.
=item *
diff --git a/lib/Test/Valgrind/Tool.pm b/lib/Test/Valgrind/Tool.pm
index 6ad23f2..eb450c5 100644
--- a/lib/Test/Valgrind/Tool.pm
+++ b/lib/Test/Valgrind/Tool.pm
@@ -83,7 +83,7 @@ sub new_trainer { }
my $parser_class = $tvt->parser_class($session);
-Returns the class from which the parser for this tool output will be instanciated.
+Returns the class from which the parser for this tool output will be instantiated.
This method must be implemented when subclassing.