Skip to content

Commit d7f6724

Browse files
jinb-parktorvalds
authored andcommitted
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>
1 parent 4091fb9 commit d7f6724

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/spelling.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ algoritms||algorithms
7474
algorrithm||algorithm
7575
algorritm||algorithm
7676
aligment||alignment
77+
alignement||alignment
7778
allign||align
7879
allocatrd||allocated
7980
allocte||allocate
@@ -746,6 +747,7 @@ pakage||package
746747
pallette||palette
747748
paln||plan
748749
paramameters||parameters
750+
paramaters||parameters
749751
paramater||parameter
750752
parametes||parameters
751753
parametised||parametrised
@@ -990,6 +992,7 @@ straming||streaming
990992
struc||struct
991993
structres||structures
992994
stuct||struct
995+
strucuture||structure
993996
stucture||structure
994997
sturcture||structure
995998
subdirectoires||subdirectories

0 commit comments

Comments
 (0)