Skip to content

Commit 2469f2e

Browse files
ColinIanKingaalexandrovich
authored andcommitted
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>
1 parent 266ab6d commit 2469f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ntfs3/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc)
13291329
sbi->volume.ni = ni;
13301330
if (info->flags & VOLUME_FLAG_DIRTY) {
13311331
sbi->volume.real_dirty = true;
1332-
ntfs_info(sb, "It is recommened to use chkdsk.");
1332+
ntfs_info(sb, "It is recommended to use chkdsk.");
13331333
}
13341334

13351335
/* Load $MFTMirr to estimate recs_mirr. */

0 commit comments

Comments
 (0)