From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751094AbdALLfA (ORCPT ); Thu, 12 Jan 2017 06:35:00 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34568 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbdALLe7 (ORCPT ); Thu, 12 Jan 2017 06:34:59 -0500 Date: Thu, 12 Jan 2017 20:34:52 +0900 From: Jinbum Park To: akpm@linux-foundation.org Cc: yamada.masahiro@socionext.com, keescook@chromium.org, colin.king@canonical.com, joe@perches.com, linux-kernel@vger.kernel.org Subject: [PATCH] scripts/spelling.txt: add some typo-words Message-ID: <20170112113452.GA7042@pjb1027-Latitude-E5410> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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