]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite806164708b492581ed0e51b325fc8ce770067aa
tree1b05030d1fb97ab6bccb64ada31fadd38c03cabe
parente9b62bc55e7e77a1fc143092a0fd0da920d04b90
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