From d7f6724366c5ccb52b9b2e403b0a9383803bd47a Mon Sep 17 00:00:00 2001 From: Jinbum Park Date: Mon, 27 Feb 2017 14:29:59 -0800 Subject: 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 Acked-by: Kees Cook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- scripts/spelling.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/spelling.txt') diff --git a/scripts/spelling.txt b/scripts/spelling.txt index be1d00307927..0458b037c8a1 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -74,6 +74,7 @@ algoritms||algorithms algorrithm||algorithm algorritm||algorithm aligment||alignment +alignement||alignment allign||align allocatrd||allocated allocte||allocate @@ -746,6 +747,7 @@ pakage||package pallette||palette paln||plan paramameters||parameters +paramaters||parameters paramater||parameter parametes||parameters parametised||parametrised @@ -990,6 +992,7 @@ straming||streaming struc||struct structres||structures stuct||struct +strucuture||structure stucture||structure sturcture||structure subdirectoires||subdirectories -- cgit v1.2.3-59-g8ed1b