We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1a7f4 + 12cf4d3 commit d4e5034Copy full SHA for d4e5034
1 file changed
mysqltuner.pl
@@ -1798,7 +1798,7 @@ sub get_fs_info {
1798
if ( $1 > 85 ) {
1799
badprint "mount point $2 is using $1 % of max allowed inodes";
1800
push( @generalrec,
1801
-"Cleanup files from $2 mountpoint or reformat you filesystem."
+"Cleanup files from $2 mountpoint or reformat your filesystem."
1802
);
1803
}
1804
else {
0 commit comments