]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix comment error
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 27 Aug 2020 01:38:21 +0000 (18:38 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 27 Aug 2020 01:38:21 +0000 (18:38 -0700)
lib/Perl/Tidy.pm

index 50a8eab36c937dd1f32881f98e23361a3481e426..f090b69ee8cb146833debf0eba2dc73244e24a72 100644 (file)
@@ -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;