]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Tool.pm
Fix a couple of POD typos
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Tool.pm
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.