]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix spelling
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 1 May 2024 22:30:34 +0000 (15:30 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 1 May 2024 22:30:34 +0000 (15:30 -0700)
bin/perltidy

index ab34e36723d6bddbc97d0fa773ba430d3dcd2edc..aa190991678ce278c8fb7b129921363d7cd44184 100755 (executable)
@@ -5281,7 +5281,7 @@ The following assignment operators are aligned independently by default:
       = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x=
 
 Setting B<--valign-wide-equals>, or B<-vwe>, causes them to be vertically
-alligned together with the trailing B<=> all aligned. For example, here
+aligned together with the trailing B<=> all aligned. For example, here
 is the default formatting for some code with several of these operators:
 
             $str .= SPACE x $total_pad_count;