Merge pull request #716 from Staubiii/patch-1

Correct Typo
This commit is contained in:
Jean-Marie Renouard 2023-09-07 14:31:48 +02:00 committed by GitHub
commit d4e50347ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {