Merge pull request #381 from Kyslik/unify-sentence-ending

End sentence with a period
This commit is contained in:
Jean-Marie Renouard 2018-06-05 15:24:36 +02:00 committed by GitHub
commit eb7300446c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1778,7 +1778,7 @@ sub security_recommendations {
if (@mysqlstatlist) {
foreach my $line ( sort @mysqlstatlist ) {
chomp($line);
badprint "User '" . $line . "' does not specify hostname restrictions";
badprint "User '" . $line . "' does not specify hostname restrictions.";
}
push( @generalrec,
"Restrict Host for user\@% to user\@SpecificDNSorIp" );