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

From: Kieran Bingham
Date: Wed Jul 15 2020 - 08:49:10 EST


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 <kieran.bingham+renesas@xxxxxxxxxxxxxxxx>

---
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