[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <77778948acc1f475e82ad36d015ba76dc96352ff.camel@perches.com>
Date: Tue, 09 Jun 2020 09:08:36 -0700
From: Joe Perches <joe@...ches.com>
To: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
Kieran Bingham <kieran.bingham@...asonboard.com>
Cc: linux-renesas-soc@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Colin Ian King <colin.king@...onical.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Xiong <xndchn@...il.com>,
Chris Paterson <chris.paterson2@...esas.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Luca Ceresoli <luca@...aceresoli.net>,
Jonathan Neuschäfer <j.neuschaefer@....net>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 17/17] scripts/spelling.txt: Add descriptors correction
On Tue, 2020-06-09 at 13:46 +0100, Kieran Bingham wrote:
> After coming across the s/decriptors/descriptors/ spelling error twice,
> a scan of the tree showed it was a pervasive mistake.
[]
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
[]
> @@ -404,6 +404,7 @@ decendants||descendants
> decompres||decompress
> decsribed||described
> decription||description
> +decriptors||descriptors
spelling.txt does not check singular and plural
uses unless each is described separately so please
add the singular one too:
decriptor|descriptor
$ git grep -i -w decriptor | wc -l
18
$ git grep -i -w decriptors | wc -l
12
Powered by blists - more mailing lists