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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AAA9C6FA8B for ; Wed, 21 Sep 2022 19:58:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230165AbiIUT65 (ORCPT ); Wed, 21 Sep 2022 15:58:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiIUT6z (ORCPT ); Wed, 21 Sep 2022 15:58:55 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED6E1A3D27; Wed, 21 Sep 2022 12:58:54 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 18837536; Wed, 21 Sep 2022 19:58:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 18837536 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1663790334; bh=lf9Ox5RC0j5yk4zNZL0BJ1t4oik3bdS9NrjeDjQK6zI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=M7ZPuK5fB/12pAmQEupqIwyTVMyCWBuD1b9CazOAqLBl4HzlMlq5Pos6M4jxuMRM8 Lw643V5BlGC+9cu+YrIJRHyy9AjVfku0OlT1ELrPiNGAHXGikMv77aCDY3NTxeD2PG cHpnAF2JJpZPnDnbkVQXPL1cZgm/fSLMiWLO7J8HdsKF2VbHh8bXC4wCB/HG+zmSvZ mpO0ZFk2ZveXK03lgGrfP310wUUjI7ex5TgwhRAzkaDwWxuvqXsfxOJRubwCGr4YrF jdRzNCocREDf7sc7lCoFeuNqe7VGcbyi2UIq8IfQzXsBPGYalS3zJKinr+zvh+uf2S 7VZfLg+0PCO5Q== From: Jonathan Corbet To: Rong Tao , krzysztof.kozlowski@linaro.org Cc: erik@kryo.se, jkosina@suse.cz, konstantin@linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux@leemhuis.info, lkp@intel.com, ojeda@kernel.org, rdunlap@infradead.org, rongtao@cestc.cn, rtoax@foxmail.com, tglx@linutronix.de, Bagas Sanjaya Subject: Re: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages" In-Reply-To: References: <2e4c52b5-85e8-6951-8248-961c2cdb13e7@linaro.org> Date: Wed, 21 Sep 2022 13:58:53 -0600 Message-ID: <8735ckwlc2.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rong Tao writes: > Fix spelling mistakes, "mesages" should be spelled "messages". > > Signed-off-by: Rong Tao > Reviewed-by: Bagas Sanjaya > --- > Documentation/process/submitting-patches.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst > index be49d8f2601b..7dc94555417d 100644 > --- a/Documentation/process/submitting-patches.rst > +++ b/Documentation/process/submitting-patches.rst > @@ -715,8 +715,8 @@ references. > > .. _backtraces: > > -Backtraces in commit mesages > -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > +Backtraces in commit messages > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Applied, thanks. jon