mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
scripts/spelling.txt: add some typo-words
I wrote a simple script to find new typo not in spelling.txt. (https://github.com/jinb-park/find-linux-kernel-typo) and get following result: [ rank ] 63 paramaters 18 alignement 9 strucuture .... The number means how many files include the typo. This patch adds these common typo. Link: http://lkml.kernel.org/r/20170112113452.GA7042@pjb1027-Latitude-E5410 Signed-off-by: Jinbum Park <jinb.park7@gmail.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4091fb95b5
commit
d7f6724366
@ -74,6 +74,7 @@ algoritms||algorithms
|
|||||||
algorrithm||algorithm
|
algorrithm||algorithm
|
||||||
algorritm||algorithm
|
algorritm||algorithm
|
||||||
aligment||alignment
|
aligment||alignment
|
||||||
|
alignement||alignment
|
||||||
allign||align
|
allign||align
|
||||||
allocatrd||allocated
|
allocatrd||allocated
|
||||||
allocte||allocate
|
allocte||allocate
|
||||||
@ -746,6 +747,7 @@ pakage||package
|
|||||||
pallette||palette
|
pallette||palette
|
||||||
paln||plan
|
paln||plan
|
||||||
paramameters||parameters
|
paramameters||parameters
|
||||||
|
paramaters||parameters
|
||||||
paramater||parameter
|
paramater||parameter
|
||||||
parametes||parameters
|
parametes||parameters
|
||||||
parametised||parametrised
|
parametised||parametrised
|
||||||
@ -990,6 +992,7 @@ straming||streaming
|
|||||||
struc||struct
|
struc||struct
|
||||||
structres||structures
|
structres||structures
|
||||||
stuct||struct
|
stuct||struct
|
||||||
|
strucuture||structure
|
||||||
stucture||structure
|
stucture||structure
|
||||||
sturcture||structure
|
sturcture||structure
|
||||||
subdirectoires||subdirectories
|
subdirectoires||subdirectories
|
||||||
|
Loading…
Reference in New Issue
Block a user