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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 9A1BAC433E0 for ; Wed, 27 Jan 2021 06:22:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54C2A205CA for ; Wed, 27 Jan 2021 06:22:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232360AbhA0GWF (ORCPT ); Wed, 27 Jan 2021 01:22:05 -0500 Received: from mail-m972.mail.163.com ([123.126.97.2]:55812 "EHLO mail-m972.mail.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234799AbhA0GC7 (ORCPT ); Wed, 27 Jan 2021 01:02:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=FH4tK 7EUeGDiSLF52XD09EFE1ieG5Fnz4OvD4PlDeDY=; b=BlQV4s4VXLTJpbkg7LM6g AnUCmRQwMXJE9L1IhSnnBlyp/zO48i3XkDSctS2rWRuZnMHgaeCnsb7bT0SPwlVO xDllQ38VLcFuWugHoaUGljbfvT7WyZf6oxBrx1IXoC08/i8eO0GoCQXwteTboR97 RUAx8hThNJwcLBnJrJk5Fk= Received: from COOL-20201210PM.ccdomain.com (unknown [218.94.48.178]) by smtp2 (Coremail) with SMTP id GtxpCgBnPsqJARFgN+wqKg--.12363S2; Wed, 27 Jan 2021 14:00:46 +0800 (CST) From: zuoqilin1@163.com To: akpm@linux-foundation.org, colin.king@canonical.com, ebiggers@google.com, sjpark@amazon.de, xndchn@gmail.com Cc: linux-kernel@vger.kernel.org, zuoqilin Subject: [PATCH] scripts/spelling.txt: increase error-prone spell checking Date: Wed, 27 Jan 2021 14:00:49 +0800 Message-Id: <20210127060049.915-1-zuoqilin1@163.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: GtxpCgBnPsqJARFgN+wqKg--.12363S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUDF1vDUUUU X-Originating-IP: [218.94.48.178] X-CM-SenderInfo: 52xr1xpolqiqqrwthudrp/1tbipRYmiVUMcELpTQABsS Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: zuoqilin Increase exeeds spelling error check. Signed-off-by: zuoqilin --- scripts/spelling.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 953f4a2..740aba3 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -566,6 +566,7 @@ estbalishment||establishment etsablishment||establishment etsbalishment||establishment evalution||evaluation +exeeds||exceeds excecutable||executable exceded||exceeded exceds||exceeds -- 1.9.1