diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2023-05-09 08:28:55 +0100 |
|---|---|---|
| committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2025-11-17 09:09:15 +0100 |
| commit | 2469f2e78d074bf2d416ea82c32b154f5632effe (patch) | |
| tree | 467e17511af469f84d923de357b3afe0f8e39e7c /fs | |
| parent | 266ab6d02aa34586baac68e2f986085f48efd96f (diff) | |
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>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ntfs3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |