]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed comment spelling
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 23 Nov 2018 16:03:03 +0000 (08:03 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 23 Nov 2018 16:03:03 +0000 (08:03 -0800)
lib/Perl/Tidy/Formatter.pm

index e047a94e430d6b470b704c8a802c1b8adfcccee6..c3fd8e7362afefbaf3ad4f2c70c8b5d10b781fa4 100644 (file)
@@ -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 '=~' ) {