Skip to content

Commit

Permalink
Merge pull request #716 from Staubiii/patch-1
Browse files Browse the repository at this point in the history
Correct Typo
  • Loading branch information
jmrenouard authored Sep 7, 2023
2 parents 4a1a7f4 + 12cf4d3 commit d4e5034
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 @@ -1798,7 +1798,7 @@ sub get_fs_info {
if ( $1 > 85 ) {
badprint "mount point $2 is using $1 % of max allowed inodes";
push( @generalrec,
"Cleanup files from $2 mountpoint or reformat you filesystem."
"Cleanup files from $2 mountpoint or reformat your filesystem."
);
}
else {
Expand Down

0 comments on commit d4e5034

Please sign in to comment.