diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-08 18:57:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 20:15:13 -0400 |
commit | 6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4 (patch) | |
tree | 4b65bc12c596702439f0074ff9d5def19e9e3c92 /scripts | |
parent | ad61dd303a0f2439bb104349e2d2ec91a3010ce0 (diff) |
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
intialisation||initialisation
intialised||initialised
intialise||initialise
This commit does not intend to change the British spelling itself.
Link: http://lkml.kernel.org/r/1481573103-11329-18-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/spelling.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 7b6d25a86202..aeca2c25de32 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -605,6 +605,9 @@ interruptted||interrupted | |||
605 | interupted||interrupted | 605 | interupted||interrupted |
606 | interupt||interrupt | 606 | interupt||interrupt |
607 | intial||initial | 607 | intial||initial |
608 | intialisation||initialisation | ||
609 | intialised||initialised | ||
610 | intialise||initialise | ||
608 | intialization||initialization | 611 | intialization||initialization |
609 | intialized||initialized | 612 | intialized||initialized |
610 | intialize||initialize | 613 | intialize||initialize |