correct spelling

This commit is contained in:
Joe Ashcraft 2015-07-13 10:37:20 -05:00
parent 9d72ec6089
commit 5b3c2478eb

View file

@ -1126,10 +1126,10 @@ sub mysql_stats {
# Aborted Connections # Aborted Connections
if ($mycalc{'pct_connections_aborted'} > 3) { if ($mycalc{'pct_connections_aborted'} > 3) {
badprint "Aborded connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; badprint "Aborted connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n";
push(@generalrec,"Reduce or eliminate unclosed connexions and network issues") push(@generalrec,"Reduce or eliminate unclosed connections and network issues")
} else { } 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 # Key buffer usage