Merge pull request #559 from willamowius/master

fix English grammar
This commit is contained in:
Jean-Marie Renouard 2021-08-25 12:05:36 +02:00 committed by GitHub
commit 3225a954fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1360,14 +1360,14 @@ sub log_file_recommendations {
if ( $nbWarnLog > 0 ) {
badprint "$myvar{'log_error'} contains $nbWarnLog warning(s).";
push @generalrec,
"Control warning line(s) into $myvar{'log_error'} file";
"Check warning line(s) in $myvar{'log_error'} file";
}
else {
goodprint "$myvar{'log_error'} doesn't contain any warning.";
}
if ( $nbErrLog > 0 ) {
badprint "$myvar{'log_error'} contains $nbErrLog error(s).";
push @generalrec, "Control error line(s) into $myvar{'log_error'} file";
push @generalrec, "Check error line(s) in $myvar{'log_error'} file";
}
else {
goodprint "$myvar{'log_error'} doesn't contain any error.";