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
