]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix spelling
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 2 Dec 2018 19:14:44 +0000 (11:14 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 2 Dec 2018 19:14:44 +0000 (11:14 -0800)
lib/Perl/Tidy/VerticalAligner.pm

index 85a92a5866acb42c670a5384bb441d5fb8fa4f0f..859bcee86833766da1b72a6f9757bf01b5298abf 100644 (file)
@@ -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: