2020-07-15 12:50:49

by Kieran Bingham

[permalink] [raw]
Subject: [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction

After coming across the s/decriptors/descriptors/ spelling error twice,
a scan of the tree showed it was a pervasive mistake.

Update the spelling suggestions database to prevent it in both singular
and plural form.

Signed-off-by: Kieran Bingham <[email protected]>

---
v2:
- Use both singular and plural form.
---
scripts/spelling.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index c45e9afaab2d..c56a6c36e6f2 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -406,6 +406,8 @@ decendants||descendants
decompres||decompress
decsribed||described
decription||description
+decriptor||descriptor
+decriptors||descriptors
dectected||detected
defailt||default
deferal||deferral
--
2.25.1


2020-07-15 12:54:45

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH v2 8/8] scripts/spelling.txt: Add descriptors correction

On Wed, 15 Jul 2020 13:48:39 +0100 Kieran Bingham <[email protected]> wrote:

> After coming across the s/decriptors/descriptors/ spelling error twice,
> a scan of the tree showed it was a pervasive mistake.
>
> Update the spelling suggestions database to prevent it in both singular
> and plural form.
>
> Signed-off-by: Kieran Bingham <[email protected]>

Reviewed-by: SeongJae Park <[email protected]>


Thanks,
SeongJae Park

>
> ---
> v2:
> - Use both singular and plural form.
> ---
> scripts/spelling.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index c45e9afaab2d..c56a6c36e6f2 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -406,6 +406,8 @@ decendants||descendants
> decompres||decompress
> decsribed||described
> decription||description
> +decriptor||descriptor
> +decriptors||descriptors
> dectected||detected
> defailt||default
> deferal||deferral
> --
> 2.25.1