]> git.vpit.fr Git - perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git/commitdiff
Spelling
authorVincent Pit <vince@profvince.com>
Thu, 7 Jan 2010 17:37:49 +0000 (18:37 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 7 Jan 2010 17:37:49 +0000 (18:37 +0100)
lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm

index b14ecf53f801d2d4bb5af05352085b8e60f7ffb1..74d3430fcf0ceb0af6bc43552687d0a62f4a6346 100644 (file)
@@ -118,7 +118,7 @@ sub violates_dynamic {
 
 =head1 CAVEATS
 
-The uses of the L<indirect> pragma inside the auditted code take precedence over this policy.
+The uses of the L<indirect> pragma inside the audited code take precedence over this policy.
 Hence no violations will be reported for indirect method calls that are located inside the lexical scope of C<use indirect> or C<< no indirect hook => ... >>.
 Occurrences of C<no indirect> won't be a problem.