From b4b3300591fa9035597ef1292378e53c3ea14881 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Tue, 7 Feb 2023 07:44:28 -0800 Subject: [PATCH] fix comment text --- lib/Perl/Tidy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5