scripts/spelling.txt: fix malformed entry
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@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200930234359.255295-1-ebiggers@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1d91df85f3
commit
d43ca1386b
|
@ -589,7 +589,7 @@ explictly||explicitly
|
||||||
expresion||expression
|
expresion||expression
|
||||||
exprimental||experimental
|
exprimental||experimental
|
||||||
extened||extended
|
extened||extended
|
||||||
exteneded||extended||extended
|
exteneded||extended
|
||||||
extensability||extensibility
|
extensability||extensibility
|
||||||
extention||extension
|
extention||extension
|
||||||
extenstion||extension
|
extenstion||extension
|
||||||
|
|
Loading…
Reference in New Issue