From: Steve Hancock Date: Tue, 7 Feb 2023 15:44:28 +0000 (-0800) Subject: fix comment text X-Git-Tag: 20230309~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4b3300591fa9035597ef1292378e53c3ea14881;p=perltidy.git fix comment text --- diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index d983378c..57b034b0 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -4525,7 +4525,7 @@ Unrecognized line ending '$ole'; expecting one of: $str EOM } - # Check for conflict with -ple conflict + # Check for conflict with -ple if ( $rOpts->{'preserve-line-endings'} ) { Warn("Ignoring -ple; conflicts with -ole\n"); $rOpts->{'preserve-line-endings'} = undef;