Skip to content

Commit 27d48d8

Browse files
Spelling correction
1 parent da9c37b commit 27d48d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ sub mysql_myisam {
38723872

38733873
if ( $nb_myisam_tables > 0 ) {
38743874
badprint
3875-
"Consider migrating $nb_myisam_tables followning tables to InnoDB:";
3875+
"Consider migrating $nb_myisam_tables following tables to InnoDB:";
38763876
my $sql_mig = "";
38773877
for my $myisam_table (
38783878
select_array(

0 commit comments

Comments
 (0)