Skip to content

Commit

Permalink
Change anonymous account recommendation to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 16, 2015
1 parent 31c671d commit a31ea3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,9 @@ sub security_recommendations {
badprint "User '" . $line . "' is an anonymous account.";
}
push( @generalrec,
"Remove Anonymous User account - there is "
"Remove Anonymous User accounts - there are "
. scalar(@mysqlstatlist)
. " Anonymous account." );
. " Anonymous accounts." );
}
else {
goodprint "There is no anonymous account in all database users";
Expand Down Expand Up @@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
# indent-tabs-mode: t
# cperl-indent-level: 8
# perl-indent-level: 8
# End:
# End:

0 comments on commit a31ea3c

Please sign in to comment.