From: Steve Hancock Date: Thu, 2 Jul 2020 02:31:38 +0000 (-0700) Subject: fixed comment typo X-Git-Tag: 20200619.02~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b91a6a4ac25d611cc2ca272965f7a6da6557e736;p=perltidy.git fixed comment typo --- diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index 5b5df468..02c96a13 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -3339,7 +3339,7 @@ sub prune_alignment_tree { $rindexes_p ) = @{ $match_tree[$depth]->[$np] }; - # Set a break before this block if it has significant size. + # Set a break before this block if it has a significant size. # Eventually this could become unnecessary if the final alignment # phase logic improves, but for now this insures that significant # alignment changes are not missed. See test 'align33.in'.