File: spelling.patch

package info (click to toggle)
libperl-critic-toomuchcode-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: perl: 764; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: fix spelling typo
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: https://github.com/gugod/Perl-Critic-TooMuchCode/pull/35
Bug: https://github.com/gugod/Perl-Critic-TooMuchCode/pull/35
Last-Update: 2023-02-06

diff --git a/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeBlock.pm b/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeBlock.pm
index c0547d2..cbf0f54 100644
--- a/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeBlock.pm
+++ b/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeBlock.pm
@@ -46,7 +46,7 @@ This policy scan for large code blocks of the following type.
     do { ... };
 
 By default a large block is one with more than 10 statements. If
-you need an other limit, you can set the parameter
+you need another limit, you can set the parameter
 C<block_statement_count_limit>.
 
 For example in the I<.perlcriticrc> file