Skip to content

Commit d4e5034

Browse files
authored
Merge pull request #716 from Staubiii/patch-1
Correct Typo
2 parents 4a1a7f4 + 12cf4d3 commit d4e5034

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
@@ -1798,7 +1798,7 @@ sub get_fs_info {
17981798
if ( $1 > 85 ) {
17991799
badprint "mount point $2 is using $1 % of max allowed inodes";
18001800
push( @generalrec,
1801-
"Cleanup files from $2 mountpoint or reformat you filesystem."
1801+
"Cleanup files from $2 mountpoint or reformat your filesystem."
18021802
);
18031803
}
18041804
else {

0 commit comments

Comments
 (0)