lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250825040038.4524-1-ghatto404@gmail.com>
Date: Mon, 25 Aug 2025 04:00:28 +0000
From: Eric Gonçalves <ghatto404@...il.com>
To: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
Cc: ntfs3@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	Eric Gonçalves <ghatto404@...il.com>
Subject: [PATCH] fs/ntfs3: fix typo in ntfs_info() message

Correct a typo in line 1296 of fs/ntfs3/super.c, it was written
'recommened' instead of 'recommended'.

Signed-off-by: Eric Gonçalves <ghatto404@...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 dd5004efdabb..fe40d12e3353 100644
--- a/fs/ntfs3/super.c
+++ b/fs/ntfs3/super.c
@@ -1294,7 +1294,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.50.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ