Unverified Commit 2469f2e7 authored by Colin Ian King's avatar Colin Ian King Committed by Konstantin Komarov
Browse files

fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"



There is a spelling mistake in a ntfs_info message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
parent 266ab6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */