Skip to content

Commit

Permalink
Correct Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubiii authored Sep 4, 2023
1 parent 4a1a7f4 commit 12cf4d3
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 12cf4d3

Please sign in to comment.