[PATCH] scripts/spelling.txt: fix malformed entry

From: Eric Biggers
Date: Wed Sep 30 2020 - 19:44:36 EST


From: Eric Biggers <ebiggers@xxxxxxxxxx>

One of the entries has three fields "mistake||correction||correction"
rather than the expected two fields "mistake||correction". Fix it.

Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
---
scripts/spelling.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index f253681e7e2a..feb2efaaa5e6 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -589,7 +589,7 @@ explictly||explicitly
expresion||expression
exprimental||experimental
extened||extended
-exteneded||extended||extended
+exteneded||extended
extensability||extensibility
extention||extension
extenstion||extension
--
2.28.0