From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:12:45 +0100 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 1tYSU8-000f4z-1E for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:12:45 +0100 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 1tYSU8-0005AC-N9; Thu, 16 Jan 2025 17:12:44 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tYSRG-0001pJ-Av; Thu, 16 Jan 2025 17:09:46 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSRG-000HUT-0T; Thu, 16 Jan 2025 17:09:46 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSRG-001nI1-0K; Thu, 16 Jan 2025 17:09:46 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:46 +0100 Message-Id: <20250116160946.427790-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250107120242.122618-1-m.heidelberg@cab.de> References: <20250107120242.122618-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] Fix some typos, grammar and duplicated words 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 Thanks, applied as dde351769dbb45954af3997e145b1ef63f8fd604. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:46 +0100, Markus Heidelberg wrote: > Signed-off-by: Markus Heidelberg > Acked-by: Alexander Dahl > Message-Id: <20250107120242.122618-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/config/setup/Kconfig b/config/setup/Kconfig > index 4c51e865bdf7..53177e727af4 100644 > --- a/config/setup/Kconfig > +++ b/config/setup/Kconfig > @@ -440,7 +440,7 @@ choice > bool > prompt "podman" > help > - Use podman ad container provider. '--userns=keep-id' will be > + Use podman as container provider. '--userns=keep-id' will be > used to map calling user into the container. > > endchoice > @@ -455,7 +455,7 @@ config SETUP_CONTAINER_ARGS > string > prompt "extra args" > help > - Additional arguments for the container manager. The will be inserted > + Additional arguments for the container manager. They will be inserted > directly before the container image in the docker/podman command-line. > > config SETUP_CONTAINER_DEVELOP > @@ -463,7 +463,7 @@ config SETUP_CONTAINER_DEVELOP > prompt "developer mode" > help > In developer mode, additional directories will be mounted into the > - container, such at the user global ptxdistrc and sources symlinked in > + container, such as the user global ptxdistrc and sources symlinked in > local_src/. > > endif > diff --git a/doc/dev_dir_hierarchy.rst b/doc/dev_dir_hierarchy.rst > index bd1ad40d0c19..6d1c7e9680bc 100644 > --- a/doc/dev_dir_hierarchy.rst > +++ b/doc/dev_dir_hierarchy.rst > @@ -51,7 +51,7 @@ Patches are looked for at several locations: > > 1. the ``patches/`` folder in your BSP (``${PTXDIST_WORKSPACE}/patches``) > > -2. the folder ``patches/`` folder relative to your selected platformconfig > +2. the ``patches/`` folder relative to your selected platformconfig > file (``${PTXDIST_PLATFORMCONFIGDIR}/patches``). If your platformconfig > file is at ``configs/|ptxdistPlatformConfigDir|/platformconfig``, this > patch folder will be ``configs/|ptxdistPlatformConfigDir|/patches/``. > diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst > index 6aed9daaca97..b0814e782ffc 100644 > --- a/doc/dev_licenses.rst > +++ b/doc/dev_licenses.rst > @@ -221,7 +221,7 @@ For the example above, lines 1 to 16 of main.cc would be:: > Always include the copyright statement ("Copyright YYYY (C) Some Person") > for the calculation of the checksum, even if it means that the checksum changes > on package updates when new years are added to the string. > -While it is not is needed for most licenses to be valid, some licenses require > +While it is not needed for most licenses to be valid, some licenses require > that it must not be removed (e.g. see GPLv2, section 1), > and it is proper etiquette to give attribution to the maintainers in the > license report document. > diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst > index de7b688a97d6..36cb65eb5fd3 100644 > --- a/doc/ref_parameter.rst > +++ b/doc/ref_parameter.rst > @@ -225,7 +225,7 @@ Misc Actions > > ``bsp-info`` > show some basic information about the BSP. The currently used configs, > - all layers, the images that are build, etc. > + all layers, the images that are built, etc. > > ``package-info `` > show some basic information about the package. This includes the version, > diff --git a/rules/project-name.in b/rules/project-name.in > index ff20d6fc5420..be5f52a88cdb 100644 > --- a/rules/project-name.in > +++ b/rules/project-name.in > @@ -77,7 +77,7 @@ config PROJECT_CHECK_LICENSES > bool > prompt "check licenses during normal build" > help > - If this is enabled .report is build during the normal build > + If this is enabled .report is built during the normal build > process. As a result all specified md5 sums for license files are > verified. > > @@ -85,9 +85,9 @@ config PROJECT_GENERATE_REPORTS > bool > prompt "generate reports with all relevant images" > help > - If this es enabled .reports is build before the > + If this is enabled .reports is built before the > corresponding image. This is only relevant for images that are > - build from packages since the document covers all packages that > + built from packages since the document covers all packages that > are part of the image. > > config PROJECT_STORE_SOURCE_GIT_COMMITS > diff --git a/scripts/lib/ptxd_make_nested.sh b/scripts/lib/ptxd_make_nested.sh > index 5062d2a5f6f1..54535377f995 100644 > --- a/scripts/lib/ptxd_make_nested.sh > +++ b/scripts/lib/ptxd_make_nested.sh > @@ -79,7 +79,7 @@ ptxd_make_nested_ptxdist() { > > ptxd_verbose "executing:" "${args[@]}" > > - # run ptxdist but don't log it. It has it's on logfile > + # run ptxdist but don't log it. It has its own logfile > ( > if [ -n "${PTXDIST_FD_STDOUT}" ]; then > exec 1> >(sed "s/^/${pkg_label}: /" >&${PTXDIST_FD_STDOUT})