]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/spelling.txt
scripts/spelling.txt: add some typo-words
authorZhao Lei <zhaolei@cn.fujitsu.com>
Fri, 4 Sep 2015 22:43:29 +0000 (15:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2015 23:54:41 +0000 (16:54 -0700)
commit35108d71383c5f4abc286430c0b5da79d22553f9
tree1b05030d1fb97ab6bccb64ada31fadd38c03cabe
parente260fe01fa39eddb05bd8b70fad5bc9a129648f2
scripts/spelling.txt: add some typo-words

I wrote a small script to show word-pair from all linux spelling-typo
commits, and get following result by sort | uniq -c:

    181 occured -> occurred
     78 transfered -> transferred
     67 recieved -> received
     65 dependant -> dependent
     58 wether -> whether
     56 accomodate -> accommodate
     54 occured -> occurred
     51 recieve -> receive
     47 cant -> can't
     40 sucessfully -> successfully
     ...

Some of them are not in spelling.txt, this patch adds the most common
word-pairs into spelling.txt.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/spelling.txt