]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix comment text
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 7 Feb 2023 15:44:28 +0000 (07:44 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 7 Feb 2023 15:44:28 +0000 (07:44 -0800)
lib/Perl/Tidy.pm

index d983378c855ead219445cb67420be96e0e71a523..57b034b0e5ec2686ebb8ed44aac2c4f0dd26c781 100644 (file)
@@ -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;