From 65ba41064a6d47f4a3f30938091812dfb8b8fdc0 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 23 Nov 2018 08:03:03 -0800 Subject: [PATCH] fixed comment spelling --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index e047a94e..c3fd8e73 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -10843,7 +10843,7 @@ sub get_seqno { #-------------------------------------------------------- # patch for =~ operator. We only align this if it # is the first operator in a line, and the line is a simple - # statement. Aligning them within a statement causes + # statement. Aligning them within a statement # interferes with other good alignments. #-------------------------------------------------------- if ( $alignment_type eq '=~' ) { -- 2.39.5