From: Steve Hancock Date: Fri, 23 Nov 2018 16:03:03 +0000 (-0800) Subject: fixed comment spelling X-Git-Tag: 20190601~62 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=65ba41064a6d47f4a3f30938091812dfb8b8fdc0;p=perltidy.git fixed comment spelling --- 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 '=~' ) {