From: Anirvan Chatterjee <57606+anirvan@users.noreply.github.com> Date: Sat, 29 Jan 2022 00:06:46 +0000 (-0800) Subject: Fix typo ("vary long" —> "very long") X-Git-Tag: 20211029.06~7^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb26f548339b52138ea620dec7f782aae8adca92;p=perltidy.git Fix typo ("vary long" —> "very long") --- diff --git a/bin/perltidy b/bin/perltidy index 218e309e..f922a76a 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -456,7 +456,7 @@ A problem arises using a fixed maximum line length with very deeply nested code and data structures because eventually the amount of leading whitespace used for indicating indentation takes up most or all of the available line width, leaving little or no space for the actual code or data. One solution is to use -a vary long line length. Another solution is to use the B<-vmll> flag, which +a very long line length. Another solution is to use the B<-vmll> flag, which basically tells perltidy to ignore leading whitespace when measuring the line length.