fix spelling
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 7 Oct 2024 02:08:16 +0000 (19:08 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 7 Oct 2024 02:08:16 +0000 (19:08 -0700)
lib/Perl/Tidy/Tokenizer.pm

index 5ee462fbf736cd7833867b9e74c104b94ba89b9a..65a5db5593f86beb9fe3b85e36dcccaca1833407 100644 (file)
@@ -9751,7 +9751,7 @@ sub is_possible_numerator {
     #    1 - division possible
     #    2 - division probable: number follows
     #    3 - division very probable: number and one of ; ] } follow
-    #    4 - is division, not partern: number and ) follow
+    #    4 - is division, not pattern: number and ) follow
 
     my ( $self, $i, $rtokens, $max_token_index ) = @_;
     my $divide_possible_code = 0;