diff --git a/mysqltuner.pl b/mysqltuner.pl index ad8ff339e..2655da4b1 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1126,10 +1126,10 @@ sub mysql_stats { # Aborted Connections if ($mycalc{'pct_connections_aborted'} > 3) { - badprint "Aborded connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; - push(@generalrec,"Reduce or eliminate unclosed connexions and network issues") + badprint "Aborted connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; + push(@generalrec,"Reduce or eliminate unclosed connections and network issues") } else { - goodprint "Aborded connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; + goodprint "Aborted connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; } # Key buffer usage @@ -1822,4 +1822,4 @@ =head1 COPYRIGHT AND LICENSE # indent-tabs-mode: t # cperl-indent-level: 8 # perl-indent-level: 8 -# End: \ No newline at end of file +# End: