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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <714b9c02-2d06-4d02-91c3-36b4fbbe1f7f@paragon-software.com>
Date: Thu, 20 Nov 2025 10:20:17 +0100
From: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To: Colin Ian King <colin.i.king@...il.com>, <ntfs3@...ts.linux.dev>
CC: <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][next] fs/ntfs3: Fix spelling mistake "recommened" ->
 "recommended"

On 2/28/25 09:57, Colin Ian King wrote:

> There is a spelling mistake in an ntfs_info message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...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 920a1ab47b63..d0d3214d3688 100644
> --- a/fs/ntfs3/super.c
> +++ b/fs/ntfs3/super.c
> @@ -1293,7 +1293,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. */

Hello,

Sorry for the delay. Your patch has been applied, thanks for your patience.

Regards,
Konstantin


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ