Skip to content

Commit

Permalink
Merge pull request #743 from Bt6K/patch-1
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
jmrenouard committed Oct 31, 2023
2 parents da9c37b + 27d48d8 commit da6dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3872,7 +3872,7 @@ sub mysql_myisam {

if ( $nb_myisam_tables > 0 ) {
badprint
"Consider migrating $nb_myisam_tables followning tables to InnoDB:";
"Consider migrating $nb_myisam_tables following tables to InnoDB:";
my $sql_mig = "";
for my $myisam_table (
select_array(
Expand Down

0 comments on commit da6dabc

Please sign in to comment.