From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAA53C4361B for ; Mon, 14 Dec 2020 08:10:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FC7C229C7 for ; Mon, 14 Dec 2020 08:10:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439042AbgLNIKk (ORCPT ); Mon, 14 Dec 2020 03:10:40 -0500 Received: from smtprelay0174.hostedemail.com ([216.40.44.174]:34956 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725951AbgLNIKj (ORCPT ); Mon, 14 Dec 2020 03:10:39 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id B8FF4365E; Mon, 14 Dec 2020 08:09:58 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: ring24_110728927419 X-Filterd-Recvd-Size: 1791 Received: from XPS-9350.home (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf12.hostedemail.com (Postfix) with ESMTPA; Mon, 14 Dec 2020 08:09:57 +0000 (UTC) Message-ID: Subject: Re: [PATCH] scripts: add more corrections to spelling.txt From: Joe Perches To: Dwaipayan Ray Cc: linux-kernel@vger.kernel.org, lukas.bulwahn@gmail.com, linux-kernel-mentees@lists.linuxfoundation.org Date: Mon, 14 Dec 2020 00:09:56 -0800 In-Reply-To: <20201214075831.34282-1-dwaipayanray1@gmail.com> References: <20201214075831.34282-1-dwaipayanray1@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2020-12-14 at 13:28 +0530, Dwaipayan Ray wrote: > Analyzing misspellings over the past 10k commit messages, > a few more corrections are added to spelling.txt I don't agree with all of these. > diff --git a/scripts/spelling.txt b/scripts/spelling.txt [] > @@ -1253,6 +1260,7 @@ senarios||scenarios >  sentivite||sensitive >  separatly||separately >  sepcify||specify > +seperate||separate >  seperated||separated >  seperately||separately >  seperate||separate seperate is already here. > @@ -1482,6 +1493,8 @@ unuseful||useless >  unvalid||invalid >  upate||update >  upsupported||unsupported > +upto|| up to No space before correction > +uptodate||up-to-date This one is fairly commonly used as an identifier so it should not be added here. > @@ -1528,8 +1543,11 @@ wiil||will >  wirte||write >  withing||within >  wnat||want > +wont||won't wont is a properly spelled word and also should not be added here.