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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D7DEFC4332F for ; Sat, 17 Dec 2022 15:54:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AB1EF85373; Sat, 17 Dec 2022 16:54:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="OGR2UGg/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0404A85375; Sat, 17 Dec 2022 16:54:48 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5B66385362 for ; Sat, 17 Dec 2022 16:54:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=maxim.cournoyer@gmail.com Received: by mail-qt1-x831.google.com with SMTP id g7so5068471qts.1 for ; Sat, 17 Dec 2022 07:54:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=a+DUtWISEKkb0QqYBrF4UTB7glM3qPEAtuJbyktmfFQ=; b=OGR2UGg/1jO4zQ6A8ME7IDc+cig2ZTKo0AuBxzX8ggkYgjpdIi5bMU+nU8ayCHHirr yb+5s4HeKi6l5hcFKfqigYQcfXEupAQwZyuCTcXvXtvKCPFM3tnqeDQZqZ0Od/GS83ej fgzV7VqEP//pdOYDNNG67pUD7l0pPdsc4fCrEHv0BaqJBiqQ2liQb8J4hXRgfg+mHejR LZyaIikG9MLWUDRIGNloptQ0Px4k1r6IKexId+5dxb8+tcuDt5r4i8L6MUtiqMTbB8Fp ZSA/4Yd6UpBYZZo9jWCSCxMBfuAEQrCbeP5OZhgCP4OV7ROY7AtMmjlx24EWv6CUx147 UcIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=a+DUtWISEKkb0QqYBrF4UTB7glM3qPEAtuJbyktmfFQ=; b=GmPqX3Qlo1DadmbRKMNJ18Lb6gMR8PN6oTnDYYMOR469cMN8PkB2itMqCvz5r4D1JP ypBs06QY71PoGAuxlBYN/1X0oGL0u88EvO/i62V22VFXUhL20GMEBg7fpaCycuafT9ko E4kSSmTQU71ZiHKYyJZG0xvUcGTQGF25PTk37zPypywcHbFs/Hgm4EUW+gAF2g1tgx46 l4u+sQwnk6f/45QN1j001RycsK6eEe9btU3RecxCpF/8d9ZqfuwJNoiZbA0N27xLdfrJ uZdIsKOXKEk+GjPbIpFQmIpSuSQonkn+u+zmdjRHwXoXviHFs/ZM6fZhUUbAtPVSpDMb PMXQ== X-Gm-Message-State: ANoB5pnHWBl/wzT3vjbuyzd0JQ6b+tQkbM4wLjcx7oTkJLujK/iB4+Ud YmCbfy8+zR3+14b22JaNHpI= X-Google-Smtp-Source: AA0mqf7OBYJPYCD1dKsdx2srGXHJKh3KlMEmzHNrvoC5KtMLvdhwgVTBE6QPJJaT/U3uxqNebjgHsg== X-Received: by 2002:a05:622a:591a:b0:3a8:2e90:f7d4 with SMTP id ga26-20020a05622a591a00b003a82e90f7d4mr19169697qtb.27.1671292484011; Sat, 17 Dec 2022 07:54:44 -0800 (PST) Received: from hurd (dsl-159-157.b2b2c.ca. [66.158.159.157]) by smtp.gmail.com with ESMTPSA id ew14-20020a05622a514e00b003a5430ee366sm3202955qtb.60.2022.12.17.07.54.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 17 Dec 2022 07:54:43 -0800 (PST) From: Maxim Cournoyer To: Heinrich Schuchardt Cc: Julien Lepiller , u-boot@lists.denx.de, Heinrich Schuchardt , Simon Glass , Maxim Cournoyer , Sudeep Holla Subject: Re: [bug#60135] [PATCH] doc: fix typos References: <20221217020940.31610-1-maxim.cournoyer@savoirfairelinux.com> Date: Sat, 17 Dec 2022 10:54:42 -0500 In-Reply-To: (Heinrich Schuchardt's message of "Sat, 17 Dec 2022 13:18:01 +0000") Message-ID: <87len658l9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi, Heinrich Schuchardt writes: > On 12/17/22 06:28, Julien Lepiller wrote: >> Le 17 d=C3=A9cembre 2022 03:09:40 GMT+01:00, Maxim Cournoyer >> a =C3=A9crit=C2=A0: >>> Fix a few typos spot during a first read of the contribution process. >>> >>> Signed-off-by: Maxim Cournoyer >>> --- >>> >>> doc/develop/process.rst | 4 ++-- >>> doc/develop/sending_patches.rst | 6 +++--- >>> doc/develop/system_configuration.rst | 6 +++--- >>> 3 files changed, 8 insertions(+), 8 deletions(-) >>> >>> diff --git a/doc/develop/process.rst b/doc/develop/process.rst >>> index 0fa0143bf3..ba864bc40b 100644 >>> --- a/doc/develop/process.rst >>> +++ b/doc/develop/process.rst >>> @@ -165,7 +165,7 @@ document. >>> `_ >>> and similar additional tags. >>> >>> -* Reviewed-by: The patch has been reviewed and found acceptible accord= ing to >>> +* Reviewed-by: The patch has been reviewed and found acceptable accord= ing to >>> the `Reveiwer's statement of oversight >> Somehow you missed "Reveiwer" :) > > I will consider this when merging. Oh, I just saw that. I'll leave it to you then, thank you! --=20 Thanks, Maxim