From patchwork Tue Jan 3 17:59:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 17572 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7E29C53210 for ; Tue, 3 Jan 2023 17:59:27 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by mx.groups.io with SMTP id smtpd.web11.419.1672768764624363672 for ; Tue, 03 Jan 2023 09:59:25 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: theobroma-systems.com, ip: 217.70.183.200, mailfrom: quentin.schulz@theobroma-systems.com) Received: (Authenticated sender: foss@0leil.net) by mail.gandi.net (Postfix) with ESMTPSA id AD94120003; Tue, 3 Jan 2023 17:59:20 +0000 (UTC) From: Quentin Schulz To: docs@lists.yoctoproject.org, Peter Kjellerstedt , than.matos+bitbake@gmail.com, bitbake-devel@lists.openembedded.org, Quentin Schulz , Quentin Schulz Subject: [PATCH] doc: user-manual: intro: reword a sentence Date: Tue, 3 Jan 2023 18:59:04 +0100 Message-Id: <20230103-typo-202301-v1-0-bb5014c684d0@theobroma-systems.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-Mailer: b4 0.10.1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 03 Jan 2023 17:59:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/bitbake-devel/message/14283 It's been reported this sentence is a bit odd, so let's reword it. Reported-by: than.matos+bitbake@gmail.com Suggested-by: Peter Kjellerstedt Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker --- reword odd sentence Cc: docs@lists.yoctoproject.org Cc: bitbake-devel@lists.openembedded.org --- doc/bitbake-user-manual/bitbake-user-manual-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 367a83ed46c7fbcdd06579b6cc3a6e48a89ca7fb change-id: 20230103-typo-202301-c5f8f3571209 Best regards, -- Quentin Schulz diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index 35ffb88b0..797feb516 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst @@ -275,7 +275,7 @@ simple as ``busybox_%.bbappend`` to be entirely version independent. Obtaining BitBake ================= -You can obtain BitBake several different ways: +There are several different ways that BitBake can be obtained: - **Cloning BitBake:** Using Git to clone the BitBake source code repository is the recommended method for obtaining BitBake. Cloning