From: Vincent Pit Date: Mon, 1 Aug 2016 21:03:41 +0000 (-0300) Subject: Fix a couple of POD typos X-Git-Tag: rt109349~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=1032312bd6aa3f16153e3ba3fdf6b4d2531dea8c Fix a couple of POD typos --- 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 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 to the list of the candidates resulting from C<@search_dirs>. +If an array reference C<\@valgrind> is passed, its values will be I 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.