From: Steve Hancock <perltidy@users.sourceforge.net>
Date: Thu, 27 Aug 2020 01:38:21 +0000 (-0700)
Subject: fix comment error
X-Git-Tag: 20200907~33
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d56d7a7dd5dc2832fc8ae69bf90486a6251bf258;p=perltidy.git

fix comment error
---

diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm
index 50a8eab3..f090b69e 100644
--- a/lib/Perl/Tidy.pm
+++ b/lib/Perl/Tidy.pm
@@ -1696,7 +1696,7 @@ EOM
     # errors or warnings will write a line like
     #        '## Please see file testing.t.ERR'
     # to standard output for each file with errors, so the flag will be true,
-    # even only some of the multiple files may have had errors.
+    # even if only some of the multiple files may have had errors.
 
   NORMAL_EXIT:
     my $ret = $Warn_count ? 2 : 0;