From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 09 Apr 2024 09:39:04 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ru64O-0045ml-2V for lore@lore.pengutronix.de; Tue, 09 Apr 2024 09:39:04 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ru64O-00055S-Hb; Tue, 09 Apr 2024 09:39:04 +0200 Received: from mail.cab.de ([213.144.1.196]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ru63v-0004n6-KH for ptxdist@pengutronix.de; Tue, 09 Apr 2024 09:38:37 +0200 X-cab-MailScanner-Watermark: 1713253101.97536@0xlQwk73JrgNi+2qceGEwg X-cab-MailScanner-From: m.heidelberg@cab.de X-cab-MailScanner: Found to be clean X-cab-MailScanner-ID: 2080E120716.AB6CF X-cab-MailScanner-Information: Please contact it@cab.de for more information Received: from Adranos.cab.de (unknown [10.10.1.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cab.de (Postfix) with ESMTPS id 2080E120716 for ; Tue, 9 Apr 2024 09:38:18 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.cab.de 2080E120716 Authentication-Results: vulcanos.cab.de; dmarc=none (p=none dis=none) header.from=cab.de Authentication-Results: vulcanos.cab.de; spf=none smtp.mailfrom=M.Heidelberg@cab.de DKIM-Filter: OpenDKIM Filter v2.11.0 mail.cab.de 2080E120716 Received: from KAN23-025.cab.de (10.10.3.158) by Adranos.cab.de (10.10.1.54) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 9 Apr 2024 09:38:16 +0200 From: Markus Heidelberg To: Date: Tue, 9 Apr 2024 09:37:44 +0200 Message-ID: <20240409073745.1549906-2-m.heidelberg@cab.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240409073745.1549906-1-m.heidelberg@cab.de> References: <20240409073745.1549906-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.10.3.158] X-ClientProxiedBy: Adranos.cab.de (10.10.1.54) To Adranos.cab.de (10.10.1.54) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 1/2] Fix typos "can/must be uses" -> "used" X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Markus Heidelberg Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Markus Heidelberg --- doc/multi_image_platforms.inc | 6 +++--- doc/ref_make_variables.rst | 6 +++--- rules/other/Toplevel.make | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/multi_image_platforms.inc b/doc/multi_image_platforms.inc index 2c8838f4e..726a42767 100644 --- a/doc/multi_image_platforms.inc +++ b/doc/multi_image_platforms.inc @@ -26,7 +26,7 @@ package rules manually. See :ref:`adding_new_packages` for more details one how to create a new package. .. note:: PTXdist looks in ``patches/$()`` for the patches. Symlinks - can be uses to share the patch stack across multiple bootloader packages. + can be used to share the patch stack across multiple bootloader packages. .. _multi_image_individual_root_filesystems: @@ -46,7 +46,7 @@ There are two ways to mange the package list for the image: Manually create the package list by listing package names or using **make** macros to manipulate the default package list ``$(PTX_PACKAGES_INSTALL)``. - To add a single custom package, extra packages can be uses. An extra package + To add a single custom package, extra packages can be used. An extra package is not added to ``$(PTX_PACKAGES_INSTALL)``. It is created by modifying the package rule like this: @@ -93,7 +93,7 @@ The final steps are highly hardware dependent. In some cases a bootloader image and a rootfs are all that is needed. To boot from SD-Card a disk image including bootloader, partition table and -rootfs is needed. The ``image-genimage`` template can be uses again to +rootfs is needed. The ``image-genimage`` template can be used again to create such an image for each variant. .. note:: The genimage config files in ``config/images/`` are good examples diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst index 31616ac6f..6bba9db5d 100644 --- a/doc/ref_make_variables.rst +++ b/doc/ref_make_variables.rst @@ -478,7 +478,7 @@ different. package then this package should be selected in the menu file. ``_PKGS`` - This is another mechanism to add files to the image. It can be uses + This is another mechanism to add files to the image. It can be used instead of or in addition to ``_FILES``. It must be set to a list of ptxdist packages (the lowercase name of the packages). PTXdist will add the necessary dependencies. @@ -486,9 +486,9 @@ different. Note that this will not ensure that the packages are enabled or that all all package dependencies are satisfied. ``$(PTX_PACKAGES_INSTALL)`` can be used to specify all enabled packages. Or ``$(call ptx/collection, - $(PTXDIST_WORKSPACE)/configs/)`` can be uses to to + $(PTXDIST_WORKSPACE)/configs/)`` can be used to to specify the packages enabled by this collection. In both cases ``=`` must - be uses instead of ``:=`` due to the makefile include order. + be used instead of ``:=`` due to the makefile include order. ``_CONFIG`` ``genimage`` packages use this to specify the ``genimage`` configuration diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make index f1a13d72f..ac2289431 100644 --- a/rules/other/Toplevel.make +++ b/rules/other/Toplevel.make @@ -203,7 +203,7 @@ endif # # Pattern target to allow printing variable # $(filter ..) is used to match against all existing variables so patterns -# containing '%' can be uses to print multiple variables. +# containing '%' can be used to print multiple variables. # In verbose mode, '=' is printed. # Trying to print undefined variables results in an error unless '-k' is # used. In this case an empty value is printed. -- 2.34.1