]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Tool.pm
Phrasing fix in Test::Valgrind::Tool POD
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Tool.pm
index 5316521cb88446b2ae01017acaf45adc7ca9e3bb..0fc287df309004ae563f9f29a15c4a91c547ae5d 100644 (file)
@@ -156,7 +156,7 @@ sub parse {
 
 =head2 C<parse_suppressions $sesssion, $fh>
 
-Parse the suppression reports sent by the C<valgrind> process attached to the session C<$session> through the filehandle C<$fh>.
+Parse the suppression reports that the C<valgrind> process attached to the session C<$session> send through the filehandle C<$fh>.
 
 This method must be implemented when subclassing.