All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/spelling.txt: add some typo-words
@ 2017-01-12 11:34 Jinbum Park
  2017-01-12 18:57 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Jinbum Park @ 2017-01-12 11:34 UTC (permalink / raw)
  To: akpm; +Cc: yamada.masahiro, keescook, colin.king, joe, linux-kernel

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.

Signed-off-by: Jinbum Park <jinb.park7@gmail.com>
---
 scripts/spelling.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index 417ede8..201d0ed 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
@@ -752,6 +753,7 @@ pakage||package
 pallette||palette
 paln||plan
 paramameters||parameters
+paramaters||parameters
 paramater||parameter
 parametes||parameters
 parametised||parametrised
@@ -996,6 +998,7 @@ straming||streaming
 struc||struct
 structres||structures
 stuct||struct
+strucuture||structure
 stucture||structure
 sturcture||structure
 subdirectoires||subdirectories
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-12 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 11:34 [PATCH] scripts/spelling.txt: add some typo-words Jinbum Park
2017-01-12 18:57 ` Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.