]> git.donarmstrong.com Git - perltidy.git/commitdiff
Fix typo ("vary long" —> "very long")
authorAnirvan Chatterjee <57606+anirvan@users.noreply.github.com>
Sat, 29 Jan 2022 00:06:46 +0000 (16:06 -0800)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 00:06:46 +0000 (16:06 -0800)
bin/perltidy

index 218e309e79158f926659b6e06409d9839a83b29d..f922a76ab9726019dbdb1874d04ee90fffb9ed67 100755 (executable)
@@ -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.