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=-13.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 CEDD3C4363D for ; Wed, 30 Sep 2020 23:44:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8028920BED for ; Wed, 30 Sep 2020 23:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601509476; bh=wy1S+CEsPYRcZucMXpXSbWzScAiwavtiJrL6dVOZauo=; h=From:To:Cc:Subject:Date:List-ID:From; b=DWpGkhPw1Ws7HxStpAIbNKNpnrgzVwz/JdFENAst2LG3+QFtEN5kysdugZ0ApzjGZ ZhqrNs981StKSe2N28GIANV0mbUGF2MhsVh0DBiZiOPEdSDDGGYSGUnnA8Lfi+aUtq bFCMXe7R5wsyj2IDyHAdxVI6P7wnSNI+7cTt60s8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731882AbgI3Xof (ORCPT ); Wed, 30 Sep 2020 19:44:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:41026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729912AbgI3Xoe (ORCPT ); Wed, 30 Sep 2020 19:44:34 -0400 Received: from sol.attlocal.net (172-10-235-113.lightspeed.sntcca.sbcglobal.net [172.10.235.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7EF8520B1F; Wed, 30 Sep 2020 23:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601509474; bh=wy1S+CEsPYRcZucMXpXSbWzScAiwavtiJrL6dVOZauo=; h=From:To:Cc:Subject:Date:From; b=Yd7XInGG9w3IjDFxtTiSqiZwOFZFUb+dnuPgSQScs+5WuPjzYtHYQbVx9aKhCJB4u uQS7PR5zXixkPE2L1krMVUZs/TCdlO5sR6m7tCetKZyenBgRkrTXUaaojqhWwRq9TO kr4HDuApFhv8PWeAZivwacQzcthQU17r+ElNCAeY= From: Eric Biggers To: linux-kernel@vger.kernel.org, Andrew Morton Cc: Colin Ian King , Joe Perches , Andy Whitcroft Subject: [PATCH] scripts/spelling.txt: fix malformed entry Date: Wed, 30 Sep 2020 16:43:59 -0700 Message-Id: <20200930234359.255295-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Biggers One of the entries has three fields "mistake||correction||correction" rather than the expected two fields "mistake||correction". Fix it. Signed-off-by: Eric Biggers --- scripts/spelling.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index f253681e7e2a..feb2efaaa5e6 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -589,7 +589,7 @@ explictly||explicitly expresion||expression exprimental||experimental extened||extended -exteneded||extended||extended +exteneded||extended extensability||extensibility extention||extension extenstion||extension -- 2.28.0