Spelling correction

This commit is contained in:
Bt6K 2023-10-30 15:25:06 +00:00 committed by GitHub
parent da9c37b2e5
commit 27d48d8506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3872,7 +3872,7 @@ sub mysql_myisam {
if ( $nb_myisam_tables > 0 ) { if ( $nb_myisam_tables > 0 ) {
badprint badprint
"Consider migrating $nb_myisam_tables followning tables to InnoDB:"; "Consider migrating $nb_myisam_tables following tables to InnoDB:";
my $sql_mig = ""; my $sql_mig = "";
for my $myisam_table ( for my $myisam_table (
select_array( select_array(