]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Phrasing fix in Test::Valgrind::Tool POD
authorVincent Pit <vince@profvince.com>
Sat, 25 Apr 2009 13:43:55 +0000 (15:43 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 25 Apr 2009 13:43:55 +0000 (15:43 +0200)
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.