From: Colin Ian King Date: Tue, 9 May 2023 07:28:55 +0000 (+0100) Subject: fs/ntfs3: Fix spelling mistake "recommened" -> "recommended" X-Git-Tag: v6.19-rc1~160^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2469f2e78d074bf2d416ea82c32b154f5632effe;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Konstantin Komarov --- diff --git a/fs/ntfs3/super.c b/fs/ntfs3/super.c index f481e9df0237..344217ab513c 100644 --- a/fs/ntfs3/super.c +++ b/fs/ntfs3/super.c @@ -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. */