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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 2FEDEC10DCE for ; Fri, 13 Mar 2020 21:13:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 104582074E for ; Fri, 13 Mar 2020 21:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727538AbgCMVNG (ORCPT ); Fri, 13 Mar 2020 17:13:06 -0400 Received: from smtprelay0208.hostedemail.com ([216.40.44.208]:45916 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727521AbgCMVNE (ORCPT ); Fri, 13 Mar 2020 17:13:04 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id A3FFA18224082; Fri, 13 Mar 2020 21:13:03 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: mind55_8f06b55a7b03e X-Filterd-Recvd-Size: 1064 Received: from XPS-9350.home (unknown [47.151.143.254]) (Authenticated sender: joe@perches.com) by omf13.hostedemail.com (Postfix) with ESMTPA; Fri, 13 Mar 2020 21:13:02 +0000 (UTC) Message-ID: <9d1467ed16423c8fdb2e18534505dd13b8d83edd.camel@perches.com> Subject: Re: [PATCH] scripts/spelling.txt: add more spellings to spelling.txt From: Joe Perches To: Colin King , Andrew Morton Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 13 Mar 2020 14:11:19 -0700 In-Reply-To: <20200313174946.228216-1-colin.king@canonical.com> References: <20200313174946.228216-1-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-03-13 at 17:49 +0000, Colin King wrote: > Here are some of the more common spelling mistakes and typos that I've > found while fixing up spelling mistakes in the kernel since November 2019 Thanks Colin.