From 4bf7f5bef2f7cfa686732cf07375ac8a39335822 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 2 Dec 2018 11:14:44 -0800 Subject: [PATCH] fix spelling --- lib/Perl/Tidy/VerticalAligner.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index 85a92a58..859bcee8 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -2082,7 +2082,8 @@ sub my_flush { # If this line has no matching tokens, then flush out the lines # BEFORE this line unless both it and the previous line have side - # comments. This line from pushing side coments out to the right. + # comments. This prevents this line from pushing side coments out + # to the right. elsif ( $new_line->get_jmax() == 1 ) { # There are no matching tokens, so now check side comments: -- 2.39.5