]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed typos in text messages
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 21 Jun 2020 01:14:26 +0000 (18:14 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 21 Jun 2020 01:14:26 +0000 (18:14 -0700)
lib/Perl/Tidy.pm

index 363156cd43fc296e809b833ed5808ab0eab4e7b2..0d840985712cf9985d99504d8045d30463ac04af 100644 (file)
@@ -1751,12 +1751,12 @@ EOM
 
     if ( $counti > $counto ) {
         $msg .= <<EOM;
-File initially match file but output file has fewer lines
+Files initially match but output file has fewer lines
 EOM
     }
     elsif ( $counti < $counto ) {
         $msg .= <<EOM;
-File initially match file but input file has fewer lines
+Files initially match but input file has fewer lines
 EOM
     }
     else {