mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"
There is a spelling mistake in a ntfs_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
committed by
Konstantin Komarov
parent
266ab6d02a
commit
2469f2e78d
@@ -1329,7 +1329,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc)
|
||||
sbi->volume.ni = ni;
|
||||
if (info->flags & VOLUME_FLAG_DIRTY) {
|
||||
sbi->volume.real_dirty = true;
|
||||
ntfs_info(sb, "It is recommened to use chkdsk.");
|
||||
ntfs_info(sb, "It is recommended to use chkdsk.");
|
||||
}
|
||||
|
||||
/* Load $MFTMirr to estimate recs_mirr. */
|
||||
|
||||
Reference in New Issue
Block a user