Merge pull request #381 from Kyslik/unify-sentence-ending
End sentence with a period
This commit is contained in:
commit
eb7300446c
1 changed files with 1 additions and 1 deletions
|
@ -1778,7 +1778,7 @@ sub security_recommendations {
|
||||||
if (@mysqlstatlist) {
|
if (@mysqlstatlist) {
|
||||||
foreach my $line ( sort @mysqlstatlist ) {
|
foreach my $line ( sort @mysqlstatlist ) {
|
||||||
chomp($line);
|
chomp($line);
|
||||||
badprint "User '" . $line . "' does not specify hostname restrictions";
|
badprint "User '" . $line . "' does not specify hostname restrictions.";
|
||||||
}
|
}
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Restrict Host for user\@% to user\@SpecificDNSorIp" );
|
"Restrict Host for user\@% to user\@SpecificDNSorIp" );
|
||||||
|
|
Loading…
Reference in a new issue