[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241027134613.23188-1-algonell@gmail.com>
Date: Sun, 27 Oct 2024 15:45:30 +0200
From: Andrew Kreimer <algonell@...il.com>
To: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
Cc: ntfs3@...ts.linux.dev,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Andrew Kreimer <algonell@...il.com>
Subject: [PATCH] fs/ntfs3: Fix a typo
Fix a typo: recommened -> recommended.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@...il.com>
---
fs/ntfs3/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ntfs3/super.c b/fs/ntfs3/super.c
index 6a0f6b0a3ab2..3d7693a55321 100644
--- a/fs/ntfs3/super.c
+++ b/fs/ntfs3/super.c
@@ -1252,7 +1252,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. */
--
2.47.0.149.g3e3ac46130
Powered by blists - more mailing lists