]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Fix a couple of POD typos
authorVincent Pit <perl@profvince.com>
Mon, 1 Aug 2016 21:03:41 +0000 (18:03 -0300)
committerVincent Pit <perl@profvince.com>
Mon, 1 Aug 2016 21:03:41 +0000 (18:03 -0300)
lib/Test/Valgrind/Session.pm
lib/Test/Valgrind/Tool.pm

index 5ddc0b6a2b22fd3de6b1bfaf724a6533c2bdb70d..8d78d86e730b3802e5bb70612e37b58a045df16e 100644 (file)
@@ -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 *
 
index 6ad23f2607f5f5f4ee21123cf3796699365277b0..eb450c5faf415273377c95e7e90da43b5689d589 100644 (file)
@@ -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.