]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed comment typo
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 2 Jul 2020 02:31:38 +0000 (19:31 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 2 Jul 2020 02:31:38 +0000 (19:31 -0700)
lib/Perl/Tidy/VerticalAligner.pm

index 5b5df468013071be31917fc75cfabe3103d9558b..02c96a1349405f74fcc0e9fa9420144aef70d9f0 100644 (file)
@@ -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 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'.