Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bt6K committed Oct 30, 2023
1 parent da9c37b commit 27d48d8
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 27d48d8

Please sign in to comment.